diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-09-25 07:53:08 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-09-25 07:53:08 +0000 |
commit | 306453acec4729a31586797c253b6f97f9ec3cd7 (patch) | |
tree | 2aef4f734eec6286b4c8f071b3e9c65f75b67160 /dev-lang/icon | |
parent | Adding a bunch of revision bump ebuilds from the overlay. (diff) | |
download | gentoo-2-306453acec4729a31586797c253b6f97f9ec3cd7.tar.gz gentoo-2-306453acec4729a31586797c253b6f97f9ec3cd7.tar.bz2 gentoo-2-306453acec4729a31586797c253b6f97f9ec3cd7.zip |
Added ~ppc64; bug #149013
(Portage version: 2.1.1)
Diffstat (limited to 'dev-lang/icon')
-rw-r--r-- | dev-lang/icon/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/icon/icon-9.4.3-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/icon/ChangeLog b/dev-lang/icon/ChangeLog index b33446d00c18..2f003c76c7fd 100644 --- a/dev-lang/icon/ChangeLog +++ b/dev-lang/icon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/icon # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/ChangeLog,v 1.22 2006/05/15 04:13:41 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/ChangeLog,v 1.23 2006/09/25 07:53:08 corsair Exp $ + + 25 Sep 2006; Markus Rothe <corsair@gentoo.org> icon-9.4.3-r2.ebuild: + Added ~ppc64; bug #149013 15 May 2006; Thomas Cort <tcort@gentoo.org> icon-9.4.3-r2.ebuild: Stable on alpha. diff --git a/dev-lang/icon/icon-9.4.3-r2.ebuild b/dev-lang/icon/icon-9.4.3-r2.ebuild index 2b9ee7077531..e6c5489a9337 100644 --- a/dev-lang/icon/icon-9.4.3-r2.ebuild +++ b/dev-lang/icon/icon-9.4.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/icon-9.4.3-r2.ebuild,v 1.5 2006/05/15 04:13:41 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/icon-9.4.3-r2.ebuild,v 1.6 2006/09/25 07:53:08 corsair Exp $ inherit eutils @@ -11,7 +11,7 @@ DESCRIPTION="very high level language" LICENSE="as-is" SLOT="0" -KEYWORDS="alpha ~amd64 ~ppc-macos sparc x86" +KEYWORDS="alpha ~amd64 ~ppc-macos ~ppc64 sparc x86" IUSE="X iplsrc" S=${WORKDIR}/icon.v${MY_PV}src |