diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2003-04-03 22:17:19 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2003-04-03 22:17:19 +0000 |
commit | d99a3bc479e02b48e519953355be2e914c8c7a0c (patch) | |
tree | c222d6617c2085d2b46f0366b773dd0fd1a10cab /media-gfx/igal/igal-1.4.ebuild | |
parent | Set ~ppc in keywords (diff) | |
download | gentoo-2-d99a3bc479e02b48e519953355be2e914c8c7a0c.tar.gz gentoo-2-d99a3bc479e02b48e519953355be2e914c8c7a0c.tar.bz2 gentoo-2-d99a3bc479e02b48e519953355be2e914c8c7a0c.zip |
x86 moved to stable.
Diffstat (limited to 'media-gfx/igal/igal-1.4.ebuild')
-rw-r--r-- | media-gfx/igal/igal-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/igal/igal-1.4.ebuild b/media-gfx/igal/igal-1.4.ebuild index b0e4ca47153c..40ad7e9fc2a4 100644 --- a/media-gfx/igal/igal-1.4.ebuild +++ b/media-gfx/igal/igal-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/igal/igal-1.4.ebuild,v 1.1 2003/03/16 05:53:46 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/igal/igal-1.4.ebuild,v 1.2 2003/04/03 22:17:19 absinthe Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Static HTML image gallery generator" @@ -9,7 +9,7 @@ SRC_URI="http://www.stanford.edu/~epop/igal/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" RDEPEND="dev-lang/perl media-gfx/imagemagick" |