diff options
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/pngcrush/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/pngcrush/pngcrush-1.6.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/pngcrush/ChangeLog b/media-gfx/pngcrush/ChangeLog index d649c1ea6596..a91c276ae48c 100644 --- a/media-gfx/pngcrush/ChangeLog +++ b/media-gfx/pngcrush/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/pngcrush # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.30 2008/04/24 19:08:34 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.31 2008/06/12 08:37:47 armin76 Exp $ + + 12 Jun 2008; Raúl Porcel <armin76@gentoo.org> pngcrush-1.6.4-r1.ebuild: + Add ~alpha wrt #225987 24 Apr 2008; Tobias Scherbaum <dertobi123@gentoo.org> pngcrush-1.6.4-r1.ebuild: diff --git a/media-gfx/pngcrush/pngcrush-1.6.4-r1.ebuild b/media-gfx/pngcrush/pngcrush-1.6.4-r1.ebuild index 62319069706b..905d9474807e 100644 --- a/media-gfx/pngcrush/pngcrush-1.6.4-r1.ebuild +++ b/media-gfx/pngcrush/pngcrush-1.6.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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-r1.ebuild,v 1.5 2008/04/24 19:08:34 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.4-r1.ebuild,v 1.6 2008/06/12 08:37:47 armin76 Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="~alpha amd64 ppc x86" IUSE="" DEPEND=">=media-libs/libpng-1.2.26-r1" |