diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-07-16 19:57:22 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-07-16 19:57:22 +0000 |
commit | 3da0cd4521376ac20c7d49d5f40ff53281e81b8e (patch) | |
tree | afe06236ef4668fecd4133b4c930ae2e6ca7bde0 /media-libs/libgphoto2 | |
parent | Unmask. (Manifest recommit) (diff) | |
download | gentoo-2-3da0cd4521376ac20c7d49d5f40ff53281e81b8e.tar.gz gentoo-2-3da0cd4521376ac20c7d49d5f40ff53281e81b8e.tar.bz2 gentoo-2-3da0cd4521376ac20c7d49d5f40ff53281e81b8e.zip |
fix 'no drivers compiled' bug introduced because of IUSE_* migration (#57158)
Diffstat (limited to 'media-libs/libgphoto2')
-rw-r--r-- | media-libs/libgphoto2/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libgphoto2/libgphoto2-2.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libgphoto2/ChangeLog b/media-libs/libgphoto2/ChangeLog index ebe507b9d6fd..5543d180ab10 100644 --- a/media-libs/libgphoto2/ChangeLog +++ b/media-libs/libgphoto2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libgphoto2 # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v 1.30 2004/07/13 01:12:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v 1.31 2004/07/16 19:57:22 liquidx Exp $ + + 16 Jul 2004; Alastair Tse <liquidx@gentoo.org> libgphoto2-2.1.4.ebuild: + fix 'no drivers compiled' bug introduced because of IUSE_* migration (#57158) 12 Jul 2004; Mike Frysinger <vapier@gentoo.org> libgphoto2-2.1.1-r2.ebuild, libgphoto2-2.1.2-r1.ebuild, libgphoto2-2.1.3-r1.ebuild, diff --git a/media-libs/libgphoto2/libgphoto2-2.1.4.ebuild b/media-libs/libgphoto2/libgphoto2-2.1.4.ebuild index a8a49daa0e30..197a4e29ca75 100644 --- a/media-libs/libgphoto2/libgphoto2-2.1.4.ebuild +++ b/media-libs/libgphoto2/libgphoto2-2.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.1.4.ebuild,v 1.11 2004/07/13 23:00:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.1.4.ebuild,v 1.12 2004/07/16 19:57:22 liquidx Exp $ inherit libtool eutils @@ -62,7 +62,7 @@ src_compile() { local myconf myconf="--with-rpmbuild=/bin/false" - myconf="--with-drivers=${GPHOTO_LIBS}" + myconf="--with-drivers=${cameras}" use jpeg \ && myconf="${myconf} --with-exif-prefix=/usr" \ || myconf="${myconf} --without-exif" |