diff options
author | Alastair Tse <liquidx@gentoo.org> | 2005-07-06 09:44:51 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2005-07-06 09:44:51 +0000 |
commit | 4585d9fe1307e3541daf22c50c92bef9dfa1e6ec (patch) | |
tree | e104e2cab8cab434dfc32f66d4da932d66a4f308 /media-libs/libgphoto2/libgphoto2-2.1.6.ebuild | |
parent | stable bump (diff) | |
download | gentoo-2-4585d9fe1307e3541daf22c50c92bef9dfa1e6ec.tar.gz gentoo-2-4585d9fe1307e3541daf22c50c92bef9dfa1e6ec.tar.bz2 gentoo-2-4585d9fe1307e3541daf22c50c92bef9dfa1e6ec.zip |
re-add jpeg to IUSE (#97923)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-libs/libgphoto2/libgphoto2-2.1.6.ebuild')
-rw-r--r-- | media-libs/libgphoto2/libgphoto2-2.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libgphoto2/libgphoto2-2.1.6.ebuild b/media-libs/libgphoto2/libgphoto2-2.1.6.ebuild index ef8c145e75db..26d4bc73255a 100644 --- a/media-libs/libgphoto2/libgphoto2-2.1.6.ebuild +++ b/media-libs/libgphoto2/libgphoto2-2.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.1.6.ebuild,v 1.4 2005/06/28 22:55:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.1.6.ebuild,v 1.5 2005/07/06 09:44:51 liquidx Exp $ inherit libtool eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/gphoto/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~ia64 ~ppc64 ~alpha" -IUSE="nls doc exif nousb" +IUSE="nls doc exif nousb jpeg" # needs >usbutils-0.11-r2 to avoid /usr/lib/libusb* # conflicts with dev-libs/libusb |