diff options
Diffstat (limited to 'media-gfx/pngcrush')
-rw-r--r-- | media-gfx/pngcrush/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/pngcrush/pngcrush-1.6.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/pngcrush/ChangeLog b/media-gfx/pngcrush/ChangeLog index 104b08c1fb9c..0931b25079f8 100644 --- a/media-gfx/pngcrush/ChangeLog +++ b/media-gfx/pngcrush/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/pngcrush # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.21 2007/06/06 12:19:49 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.22 2007/06/09 13:36:10 nixnut Exp $ + + 09 Jun 2007; nixnut <nixnut@gentoo.org> pngcrush-1.6.4.ebuild: + Stable on ppc wrt bug 180882 06 Jun 2007; Christian Faulhammer <opfer@gentoo.org> pngcrush-1.6.4.ebuild: diff --git a/media-gfx/pngcrush/pngcrush-1.6.4.ebuild b/media-gfx/pngcrush/pngcrush-1.6.4.ebuild index b98fbe2c29ba..a3ccf99954f6 100644 --- a/media-gfx/pngcrush/pngcrush-1.6.4.ebuild +++ b/media-gfx/pngcrush/pngcrush-1.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.4.ebuild,v 1.2 2007/06/06 12:19:49 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.4.ebuild,v 1.3 2007/06/09 13:36:10 nixnut Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/pmt/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc-macos x86" +KEYWORDS="~amd64 ppc ~ppc-macos x86" IUSE="" DEPEND="virtual/libc" |