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.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/pngcrush/ChangeLog b/media-gfx/pngcrush/ChangeLog index c510fa57938b..1320722bd422 100644 --- a/media-gfx/pngcrush/ChangeLog +++ b/media-gfx/pngcrush/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/pngcrush # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.50 2010/01/03 14:37:37 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.51 2010/01/07 20:06:15 ranger Exp $ + + 07 Jan 2010; Brent Baude <ranger@gentoo.org> pngcrush-1.6.19.ebuild: + stable ppc, bug 297833 03 Jan 2010; Markus Meier <maekke@gentoo.org> pngcrush-1.6.19.ebuild: x86 stable, bug #297833 diff --git a/media-gfx/pngcrush/pngcrush-1.6.19.ebuild b/media-gfx/pngcrush/pngcrush-1.6.19.ebuild index 5b3746ad550a..454937859d30 100644 --- a/media-gfx/pngcrush/pngcrush-1.6.19.ebuild +++ b/media-gfx/pngcrush/pngcrush-1.6.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.19.ebuild,v 1.4 2010/01/03 14:37:37 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.19.ebuild,v 1.5 2010/01/07 20:06:15 ranger Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/pmt/${P}-nolib.tar.bz2" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha amd64 ~ppc x86" +KEYWORDS="~alpha amd64 ppc x86" IUSE="" DEPEND=">=media-libs/libpng-1.2.31" |