diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:53:48 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:53:48 +0000 |
commit | bdcecfc817c0749bac62e17dcf88e5a2233c19d8 (patch) | |
tree | 544ecb5b5d5bf3c253901998e05a875c0a3b8360 /media-gfx/photopc | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-bdcecfc817c0749bac62e17dcf88e5a2233c19d8.tar.gz gentoo-2-bdcecfc817c0749bac62e17dcf88e5a2233c19d8.tar.bz2 gentoo-2-bdcecfc817c0749bac62e17dcf88e5a2233c19d8.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'media-gfx/photopc')
-rw-r--r-- | media-gfx/photopc/photopc-3.05.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/photopc/photopc-3.05.ebuild b/media-gfx/photopc/photopc-3.05.ebuild index dc171d7755ca..24d6453fd964 100644 --- a/media-gfx/photopc/photopc-3.05.ebuild +++ b/media-gfx/photopc/photopc-3.05.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/photopc/photopc-3.05.ebuild,v 1.8 2004/07/01 10:49:47 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photopc/photopc-3.05.ebuild,v 1.9 2004/07/14 17:49:11 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Utility to control digital cameras based on Sierra Imaging firmware" SRC_URI="mirror://sourceforge/photopc/${P}.tar.gz" HOMEPAGE="http://photopc.sourceforge.net" @@ -10,6 +9,7 @@ HOMEPAGE="http://photopc.sourceforge.net" SLOT="0" LICENSE="BSD | as-is" KEYWORDS="x86" +IUSE="" DEPEND="virtual/libc" |