diff options
author | Sascha Schwabbauer <cybersystem@gentoo.org> | 2002-09-10 17:00:51 +0000 |
---|---|---|
committer | Sascha Schwabbauer <cybersystem@gentoo.org> | 2002-09-10 17:00:51 +0000 |
commit | 76ba3e5aadb1e410067a1832f3770adc96c3f56a (patch) | |
tree | 31fdf0f7cbc5646ab0e1226f1f4bac5036638003 /media-gfx/pngcrush | |
parent | fix the mkdir/sandbox stuff once and for all, as well as a problem with symli... (diff) | |
download | gentoo-2-76ba3e5aadb1e410067a1832f3770adc96c3f56a.tar.gz gentoo-2-76ba3e5aadb1e410067a1832f3770adc96c3f56a.tar.bz2 gentoo-2-76ba3e5aadb1e410067a1832f3770adc96c3f56a.zip |
added ppc to keywords
Diffstat (limited to 'media-gfx/pngcrush')
-rw-r--r-- | media-gfx/pngcrush/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/pngcrush/pngcrush-1.5.10.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-gfx/pngcrush/ChangeLog b/media-gfx/pngcrush/ChangeLog index fe73a57154aa..74d7236e51ad 100644 --- a/media-gfx/pngcrush/ChangeLog +++ b/media-gfx/pngcrush/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for media-gfx/pngcrush # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.2 2002/07/21 18:16:07 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.3 2002/09/10 17:00:51 cybersystem Exp $ +*pngcrush-1.5.10 (10 Sep 2002) + + 10 Sep 2002; Sascha Schwabbauer <cybersystem@gentoo.org> : + + Added ppc to keywords. *pngcrush-1.5.10 (21 Jul 2002) 21 Jul 2002; Maik Schreiber <blizzy@gentoo.org> : diff --git a/media-gfx/pngcrush/pngcrush-1.5.10.ebuild b/media-gfx/pngcrush/pngcrush-1.5.10.ebuild index c077d5c639c5..e4482e226294 100644 --- a/media-gfx/pngcrush/pngcrush-1.5.10.ebuild +++ b/media-gfx/pngcrush/pngcrush-1.5.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.5.10.ebuild,v 1.2 2002/07/23 05:18:07 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.5.10.ebuild,v 1.3 2002/09/10 17:00:51 cybersystem Exp $ S=${WORKDIR}/${P} @@ -10,7 +10,7 @@ HOMEPAGE="http://pmt.sourceforge.net/pngcrush/" SLOT="0" LICENSE="as-is" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="virtual/glibc" |