diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2006-04-15 23:03:36 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2006-04-15 23:03:36 +0000 |
commit | 83cc5eee5dfb8aef9b786552dc72fa03d716e82c (patch) | |
tree | 8801c36031a42501e14552a02337474d3e9e260a /dev-lang/icon | |
parent | Add patch to build with --as-needed (link libgpsimcli with libreadline). (diff) | |
download | gentoo-2-83cc5eee5dfb8aef9b786552dc72fa03d716e82c.tar.gz gentoo-2-83cc5eee5dfb8aef9b786552dc72fa03d716e82c.tar.bz2 gentoo-2-83cc5eee5dfb8aef9b786552dc72fa03d716e82c.zip |
Stable on sparc (Bug #125258). Still fails one test (general/table),
but is a little better than before.
(Portage version: 2.1_pre8-r5)
Diffstat (limited to 'dev-lang/icon')
-rw-r--r-- | dev-lang/icon/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/icon/icon-9.4.3-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/icon/ChangeLog b/dev-lang/icon/ChangeLog index 1f55ede5a962..871ae8124e38 100644 --- a/dev-lang/icon/ChangeLog +++ b/dev-lang/icon/ChangeLog @@ -1,6 +1,10 @@ # 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.17 2006/04/14 23:47:26 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/ChangeLog,v 1.18 2006/04/15 23:03:36 fmccor Exp $ + + 15 Apr 2006; Ferris McCormick <fmccor@gentoo.org> icon-9.4.3-r2.ebuild: + Stable on sparc (Bug #125258). Still fails one test (general/table), + but is a little better than before. 14 Apr 2006; Mark Loeser <halcy0n@gentoo.org> icon-9.4.3-r2.ebuild: Stable on x86; bug #125258 diff --git a/dev-lang/icon/icon-9.4.3-r2.ebuild b/dev-lang/icon/icon-9.4.3-r2.ebuild index f1e836684926..0fdff3892725 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.2 2006/04/14 23:47:26 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/icon-9.4.3-r2.ebuild,v 1.3 2006/04/15 23:03:36 fmccor 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 sparc x86" IUSE="X iplsrc" S=${WORKDIR}/icon.v${MY_PV}src |