diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 18:31:31 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 18:31:31 +0000 |
commit | 27c25989ae9969a015548ced161934c8630794cb (patch) | |
tree | c4a2d45273608cbe2fd1f18985e94021a1653ead /media-gfx/scrot | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-27c25989ae9969a015548ced161934c8630794cb.tar.gz gentoo-2-27c25989ae9969a015548ced161934c8630794cb.tar.bz2 gentoo-2-27c25989ae9969a015548ced161934c8630794cb.zip |
sync IUSE (missing)
Diffstat (limited to 'media-gfx/scrot')
-rw-r--r-- | media-gfx/scrot/scrot-0.8.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/scrot/scrot-0.8.ebuild b/media-gfx/scrot/scrot-0.8.ebuild index 022c0e644e6a..339059956de6 100644 --- a/media-gfx/scrot/scrot-0.8.ebuild +++ b/media-gfx/scrot/scrot-0.8.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-gfx/scrot/scrot-0.8.ebuild,v 1.5 2004/07/03 23:31:20 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/scrot/scrot-0.8.ebuild,v 1.6 2004/07/14 18:30:20 agriffis Exp $ DESCRIPTION="Screen Shooter" SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://www.linuxbrit.co.uk/" SLOT="0" LICENSE="as-is | BSD" KEYWORDS="x86 ~alpha ~ppc ~amd64 ~sparc" +IUSE="" DEPEND=">=media-libs/imlib2-1.0.3 >=media-libs/giblib-1.2.3" |