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 | ff0f210a7c840f455c833aa474f9ce0a6d5af4d9 (patch) | |
tree | bae894d11290fd869de56da841fe0621a78207b6 /media-libs/libgphoto2/libgphoto2-2.1.4.ebuild | |
parent | Unmask. (diff) | |
download | historical-ff0f210a7c840f455c833aa474f9ce0a6d5af4d9.tar.gz historical-ff0f210a7c840f455c833aa474f9ce0a6d5af4d9.tar.bz2 historical-ff0f210a7c840f455c833aa474f9ce0a6d5af4d9.zip |
fix 'no drivers compiled' bug introduced because of IUSE_* migration (#57158)
Diffstat (limited to 'media-libs/libgphoto2/libgphoto2-2.1.4.ebuild')
-rw-r--r-- | media-libs/libgphoto2/libgphoto2-2.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |