diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-11-06 20:41:17 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-11-06 20:41:17 +0000 |
commit | 6785fe038ad59b9f13cb4c66432740b0225fcaa4 (patch) | |
tree | 3312299ff41a4a21a89ab077e5a98808404d99c2 /media-gfx/optipng/optipng-0.4.3.ebuild | |
parent | adding patch. Closes #32844. (diff) | |
download | gentoo-2-6785fe038ad59b9f13cb4c66432740b0225fcaa4.tar.gz gentoo-2-6785fe038ad59b9f13cb4c66432740b0225fcaa4.tar.bz2 gentoo-2-6785fe038ad59b9f13cb4c66432740b0225fcaa4.zip |
stable
Diffstat (limited to 'media-gfx/optipng/optipng-0.4.3.ebuild')
-rw-r--r-- | media-gfx/optipng/optipng-0.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/optipng/optipng-0.4.3.ebuild b/media-gfx/optipng/optipng-0.4.3.ebuild index 83db5bb0bf83..4691e42156de 100644 --- a/media-gfx/optipng/optipng-0.4.3.ebuild +++ b/media-gfx/optipng/optipng-0.4.3.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/optipng/optipng-0.4.3.ebuild,v 1.2 2003/10/31 16:00:00 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/optipng-0.4.3.ebuild,v 1.3 2003/11/06 20:41:11 taviso Exp $ DESCRIPTION="PNG optimizing utility" SRC_URI="http://www.cs.toronto.edu/~cosmin/pngtech/optipng/${P}.tar.gz" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.cs.toronto.edu/~cosmin/pngtech/optipng/" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha" +KEYWORDS="x86 ~ppc alpha" IUSE="ext-png ext-zlib" |