diff options
author | 2008-01-15 18:18:15 +0000 | |
---|---|---|
committer | 2008-01-15 18:18:15 +0000 | |
commit | 12a70e99b2f8fd00ac3402e22bb17e081377e0a4 (patch) | |
tree | f437f17eb01880e3fbaba8e7e759a7851b7ca1b8 /media-gfx/pngcrush | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-12a70e99b2f8fd00ac3402e22bb17e081377e0a4.tar.gz gentoo-2-12a70e99b2f8fd00ac3402e22bb17e081377e0a4.tar.bz2 gentoo-2-12a70e99b2f8fd00ac3402e22bb17e081377e0a4.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-gfx/pngcrush')
-rw-r--r-- | media-gfx/pngcrush/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/pngcrush/pngcrush-1.6.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-gfx/pngcrush/ChangeLog b/media-gfx/pngcrush/ChangeLog index 8764c405b051..8c9d43e75205 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.23 2007/06/12 01:21:15 angelos Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.24 2008/01/15 18:18:15 grobian Exp $ + + 15 Jan 2008; Fabian Groffen <grobian@gentoo.org> pngcrush-1.6.4.ebuild: + Dropped ppc-macos keyword, see you in prefix 12 Jun 2007; Christoph Mende <angelos@gentoo.org> pngcrush-1.6.4.ebuild: Stable on amd64 wrt bug 180882 diff --git a/media-gfx/pngcrush/pngcrush-1.6.4.ebuild b/media-gfx/pngcrush/pngcrush-1.6.4.ebuild index 47629a21cba0..225feae6b12a 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 +# 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.ebuild,v 1.4 2007/06/12 01:21:15 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.4.ebuild,v 1.5 2008/01/15 18:18:15 grobian 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 x86" IUSE="" DEPEND="virtual/libc" |