diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-06-28 22:55:38 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-06-28 22:55:38 +0000 |
commit | 5aaa5082dba27fe63c27ba5b50581243cb23dec9 (patch) | |
tree | 73d9be6335f5d246944bb090ab1d7bedbe66c5a0 /media-libs/libgphoto2/libgphoto2-2.1.6.ebuild | |
parent | Minor ebuild cleanups. Fix use invocation. keepdir does mkdir, so there's no (diff) | |
download | gentoo-2-5aaa5082dba27fe63c27ba5b50581243cb23dec9.tar.gz gentoo-2-5aaa5082dba27fe63c27ba5b50581243cb23dec9.tar.bz2 gentoo-2-5aaa5082dba27fe63c27ba5b50581243cb23dec9.zip |
Fix use invocation
(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 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/media-libs/libgphoto2/libgphoto2-2.1.6.ebuild b/media-libs/libgphoto2/libgphoto2-2.1.6.ebuild index da41692c7a77..ef8c145e75db 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.3 2005/06/25 13:56:08 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.1.6.ebuild,v 1.4 2005/06/28 22:55:38 agriffis Exp $ inherit libtool eutils @@ -40,9 +40,7 @@ pkg_setup() { einfo "libgphoto2 supports: all ${IUSE_CAMERAS}" fi echo - if [ `use jpeg` ]; then - ewarn "For 'exif' support, you need to set USE=exif" - fi + use jpeg && ewarn "For 'exif' support, you need to set USE=exif" } src_unpack() { |