diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-09 17:38:20 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-09 17:38:20 +0000 |
commit | a356f1de9893e01c8ab48540537621c33b9e3ca1 (patch) | |
tree | a518acc87d7e2dedbc04a5523baa0c298effc6bc /media-gfx/pngtoico | |
parent | stable on ppc64\ (diff) | |
download | gentoo-2-a356f1de9893e01c8ab48540537621c33b9e3ca1.tar.gz gentoo-2-a356f1de9893e01c8ab48540537621c33b9e3ca1.tar.bz2 gentoo-2-a356f1de9893e01c8ab48540537621c33b9e3ca1.zip |
~amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-gfx/pngtoico')
-rw-r--r-- | media-gfx/pngtoico/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/pngtoico/pngtoico-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-gfx/pngtoico/ChangeLog b/media-gfx/pngtoico/ChangeLog index e192c9cc843e..393f7dff2d57 100644 --- a/media-gfx/pngtoico/ChangeLog +++ b/media-gfx/pngtoico/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/pngtoico -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngtoico/ChangeLog,v 1.5 2004/06/24 22:47:29 agriffis Exp $ +# 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 $ + + 09 Apr 2005; Simon Stelling <blubb@gentoo.org> pngtoico-1.0.ebuild: + added ~amd64 *pngtoico-1.0 (14 Nov 2002) diff --git a/media-gfx/pngtoico/pngtoico-1.0.ebuild b/media-gfx/pngtoico/pngtoico-1.0.ebuild index 576655dcb612..01e7c7024c48 100644 --- a/media-gfx/pngtoico/pngtoico-1.0.ebuild +++ b/media-gfx/pngtoico/pngtoico-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.6 2004/07/14 17:49:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngtoico/pngtoico-1.0.ebuild,v 1.7 2005/04/09 17:36:34 blubb Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/software/graphics/pngtoico/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" IUSE="" DEPEND="media-libs/libpng" |