diff options
author | David Holm <dholm@gentoo.org> | 2005-07-25 09:02:16 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-07-25 09:02:16 +0000 |
commit | 74609177b3d7f20cabac16f15d9364e006d1595a (patch) | |
tree | efac658338f1423ef3ab79913a529798b1e9f2cd /media-gfx/pngtoico | |
parent | Added to ~ppc (diff) | |
download | historical-74609177b3d7f20cabac16f15d9364e006d1595a.tar.gz historical-74609177b3d7f20cabac16f15d9364e006d1595a.tar.bz2 historical-74609177b3d7f20cabac16f15d9364e006d1595a.zip |
Added to ~ppc
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'media-gfx/pngtoico')
-rw-r--r-- | media-gfx/pngtoico/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/pngtoico/pngtoico-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/pngtoico/ChangeLog b/media-gfx/pngtoico/ChangeLog index 393f7dff2d57..447427f26710 100644 --- a/media-gfx/pngtoico/ChangeLog +++ b/media-gfx/pngtoico/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/pngtoico # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngtoico/ChangeLog,v 1.6 2005/04/09 17:36:34 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngtoico/ChangeLog,v 1.7 2005/07/25 08:59:25 dholm Exp $ + + 25 Jul 2005; David Holm <dholm@gentoo.org> pngtoico-1.0.ebuild: + Added to ~ppc. 09 Apr 2005; Simon Stelling <blubb@gentoo.org> pngtoico-1.0.ebuild: added ~amd64 diff --git a/media-gfx/pngtoico/pngtoico-1.0.ebuild b/media-gfx/pngtoico/pngtoico-1.0.ebuild index 01e7c7024c48..0c43c809c3da 100644 --- a/media-gfx/pngtoico/pngtoico-1.0.ebuild +++ b/media-gfx/pngtoico/pngtoico-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngtoico/pngtoico-1.0.ebuild,v 1.7 2005/04/09 17:36:34 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngtoico/pngtoico-1.0.ebuild,v 1.8 2005/07/25 08:59:25 dholm Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/software/graphics/pngtoico/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64" +KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND="media-libs/libpng" |