diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 18:35:15 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 18:35:15 +0000 |
commit | e3eb0a1d685d838960b82b1efc313ff422968471 (patch) | |
tree | 0a67d4e53f5ef72a77a8f0ec994a13ac2edbab91 /media-gfx/scrot/scrot-0.8.ebuild | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-e3eb0a1d685d838960b82b1efc313ff422968471.tar.gz historical-e3eb0a1d685d838960b82b1efc313ff422968471.tar.bz2 historical-e3eb0a1d685d838960b82b1efc313ff422968471.zip |
sync IUSE (missing)
Diffstat (limited to 'media-gfx/scrot/scrot-0.8.ebuild')
-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" |