diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2006-03-27 12:30:06 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2006-03-27 12:30:06 +0000 |
commit | 5efd0d9625ba80b223e15025ac208a971c9f9ac1 (patch) | |
tree | 0e25d0c48c77f393dea2d0fd97dcf0b7af13172b /dev-lang/icon | |
parent | Fix for ia64. Not added ia64 to KEYWORDS yet since it depends on ghc which is... (diff) | |
download | gentoo-2-5efd0d9625ba80b223e15025ac208a971c9f9ac1.tar.gz gentoo-2-5efd0d9625ba80b223e15025ac208a971c9f9ac1.tar.bz2 gentoo-2-5efd0d9625ba80b223e15025ac208a971c9f9ac1.zip |
Add sparc keyword (Bug #114944). This seems the least bad of several options:
For me, the "stable" version 9.40 flat out won't build; instead, it goes into
a '/bin/sh: line 0: cd: gpacks/README: Not a directory' loop. The requested
version --- 9.4.3 --- builds and installs, but a couple of its tests fail with
FEATURES=test enabled. But in this case, I'll mark it stable, just to help
get rid of 9.40. (Note that my system is x11-base/xorg-x11-7.0-r1.)
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'dev-lang/icon')
-rw-r--r-- | dev-lang/icon/ChangeLog | 10 | ||||
-rw-r--r-- | dev-lang/icon/icon-9.4.3.ebuild | 4 |
2 files changed, 11 insertions, 3 deletions
diff --git a/dev-lang/icon/ChangeLog b/dev-lang/icon/ChangeLog index 5c2675c7c798..7167f2acd83d 100644 --- a/dev-lang/icon/ChangeLog +++ b/dev-lang/icon/ChangeLog @@ -1,6 +1,14 @@ # 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.12 2006/03/27 11:29:16 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/ChangeLog,v 1.13 2006/03/27 12:30:06 fmccor Exp $ + + 27 Mar 2006; Ferris McCormick <fmccor@gentoo.org> icon-9.4.3.ebuild: + Add sparc keyword (Bug #114944). This seems the least bad of several options: + For me, the "stable" version 9.40 flat out won't build; instead, it goes into + a '/bin/sh: line 0: cd: gpacks/README: Not a directory' loop. The requested + version --- 9.4.3 --- builds and installs, but a couple of its tests fail with + FEATURES=test enabled. But in this case, I'll mark it stable, just to help + get rid of 9.40. (Note that my system is x11-base/xorg-x11-7.0-r1.) *icon-9.4.3 (27 Mar 2006) diff --git a/dev-lang/icon/icon-9.4.3.ebuild b/dev-lang/icon/icon-9.4.3.ebuild index 193f49db5e1c..ea672be9a252 100644 --- a/dev-lang/icon/icon-9.4.3.ebuild +++ b/dev-lang/icon/icon-9.4.3.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.ebuild,v 1.1 2006/03/27 11:29:16 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/icon-9.4.3.ebuild,v 1.2 2006/03/27 12:30:06 fmccor Exp $ MY_PV=${PV//./} SRC_URI="http://www.cs.arizona.edu/icon/ftp/packages/unix/icon.v${MY_PV}src.tgz" @@ -9,7 +9,7 @@ DESCRIPTION="very high level language" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc-macos ~x86" +KEYWORDS="~alpha ~amd64 ~ppc-macos sparc ~x86" IUSE="X iplsrc" S=${WORKDIR}/icon.v${MY_PV}src |