diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-08-31 21:20:28 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-08-31 21:20:28 +0000 |
commit | eedc2b371ca14a3877bb41238142c22f71730f12 (patch) | |
tree | 5ae0b3028942d6866aacbbbad581331883f4365a /media-gfx/gphoto2/gphoto2-2.4.5.ebuild | |
parent | Version bump. Clean up old revisions. (diff) | |
download | gentoo-2-eedc2b371ca14a3877bb41238142c22f71730f12.tar.gz gentoo-2-eedc2b371ca14a3877bb41238142c22f71730f12.tar.bz2 gentoo-2-eedc2b371ca14a3877bb41238142c22f71730f12.zip |
Fix default IUSE RDEPEND that was broken during EAPI=2 migration, bug #283310.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/gphoto2/gphoto2-2.4.5.ebuild')
-rw-r--r-- | media-gfx/gphoto2/gphoto2-2.4.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/gphoto2/gphoto2-2.4.5.ebuild b/media-gfx/gphoto2/gphoto2-2.4.5.ebuild index 054b91c4681e..e5d9d4f30eff 100644 --- a/media-gfx/gphoto2/gphoto2-2.4.5.ebuild +++ b/media-gfx/gphoto2/gphoto2-2.4.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.5.ebuild,v 1.7 2009/08/31 18:04:33 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.5.ebuild,v 1.8 2009/08/31 21:20:28 eva Exp $ -EAPI=2 +EAPI="2" inherit eutils @@ -19,7 +19,7 @@ IUSE="aalib exif ncurses nls readline" # raise libgphoto to get a proper .pc RDEPEND="=virtual/libusb-0* dev-libs/popt - >=media-libs/libgphoto2-2.4.5[exif] + >=media-libs/libgphoto2-2.4.5[exif?] ncurses? ( dev-libs/cdk ) aalib? ( media-libs/aalib |