diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-05-17 15:59:12 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-05-17 15:59:12 +0000 |
commit | 9f61045a9ebf9ea708bf9c82030da10d6680ea78 (patch) | |
tree | fe556a57ef973f0a604f50fcab3c5b239d5014b3 /media-gfx/kphotoalbum/kphotoalbum-3.1.1-r1.ebuild | |
parent | Keyworded on alpha, bug #222003 (diff) | |
download | gentoo-2-9f61045a9ebf9ea708bf9c82030da10d6680ea78.tar.gz gentoo-2-9f61045a9ebf9ea708bf9c82030da10d6680ea78.tar.bz2 gentoo-2-9f61045a9ebf9ea708bf9c82030da10d6680ea78.zip |
Clean up. Remove deprecated slot_rebuild() check.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-gfx/kphotoalbum/kphotoalbum-3.1.1-r1.ebuild')
-rw-r--r-- | media-gfx/kphotoalbum/kphotoalbum-3.1.1-r1.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/media-gfx/kphotoalbum/kphotoalbum-3.1.1-r1.ebuild b/media-gfx/kphotoalbum/kphotoalbum-3.1.1-r1.ebuild index f4151733cbda..5eb3a6940802 100644 --- a/media-gfx/kphotoalbum/kphotoalbum-3.1.1-r1.ebuild +++ b/media-gfx/kphotoalbum/kphotoalbum-3.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/kphotoalbum-3.1.1-r1.ebuild,v 1.1 2008/03/26 20:01:48 deathwing00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/kphotoalbum-3.1.1-r1.ebuild,v 1.2 2008/05/17 15:59:12 carlo Exp $ USE_KEG_PACKAGING=1 LANGS="ar be br ca cs cy da de el en_GB es et fi fr ga gl hi is it ja ka lt ms @@ -29,19 +29,12 @@ need-kde 3.5 PATCHES="${FILESDIR}/${P}-gcc-4.3.patch" pkg_setup() { - setupok=0 if use exif && ! built_with_use =x11-libs/qt-3* sqlite ; then eerror "To enable KPhotoAlbum to search your images" eerror "using EXIF information you also need to have" eerror "Qt installed with SQLite support." eerror eerror "Make sure your Qt is installed with the sqlite USE flag." - ((setupok++)) - fi - - slot_rebuild "media-libs/libkipi" && ((setupok++)) - - if (($setupok > 0)); then die fi } |