diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:39:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:39:21 +0000 |
commit | c91d4b119990bdec64cfe020324004aa4235f4d4 (patch) | |
tree | d7b52c29afb145a51069c99862d05bd6b93b7ac0 /media-gfx | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace... (diff) | |
download | gentoo-2-c91d4b119990bdec64cfe020324004aa4235f4d4.tar.gz gentoo-2-c91d4b119990bdec64cfe020324004aa4235f4d4.tar.bz2 gentoo-2-c91d4b119990bdec64cfe020324004aa4235f4d4.zip |
sync IUSE (+nls), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gphoto/gphoto-0.4.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/gphoto/gphoto-0.4.3-r2.ebuild b/media-gfx/gphoto/gphoto-0.4.3-r2.ebuild index 135508894ae5..815e428f7eca 100644 --- a/media-gfx/gphoto/gphoto-0.4.3-r2.ebuild +++ b/media-gfx/gphoto/gphoto-0.4.3-r2.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto/gphoto-0.4.3-r2.ebuild,v 1.11 2004/06/24 22:40:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto/gphoto-0.4.3-r2.ebuild,v 1.12 2004/07/14 17:39:21 agriffis Exp $ inherit flag-o-matic -S=${WORKDIR}/${P} DESCRIPTION="free, redistributable digital camera software application" SRC_URI="http://www.gphoto.net/dist/${P}.tar.gz" HOMEPAGE="http://www.gphoto.org/" @@ -12,6 +11,7 @@ HOMEPAGE="http://www.gphoto.org/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" +IUSE="nls" DEPEND="media-libs/imlib >=media-gfx/imagemagick-4.1" |