diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-04-29 00:50:59 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-04-29 00:50:59 +0000 |
commit | 1b4f782ea3f455bc46d617b9fd67c15728964e5f (patch) | |
tree | d88322d08036879ad39b51a01656903f4ac56262 /dev-lang/icon | |
parent | Stable on x86; bug #123462 (diff) | |
download | gentoo-2-1b4f782ea3f455bc46d617b9fd67c15728964e5f.tar.gz gentoo-2-1b4f782ea3f455bc46d617b9fd67c15728964e5f.tar.bz2 gentoo-2-1b4f782ea3f455bc46d617b9fd67c15728964e5f.zip |
Mark -x86; bug #130810
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'dev-lang/icon')
-rw-r--r-- | dev-lang/icon/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/icon/icon-9.40.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/icon/ChangeLog b/dev-lang/icon/ChangeLog index 871ae8124e38..ae1c8f26a056 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.18 2006/04/15 23:03:36 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/ChangeLog,v 1.19 2006/04/29 00:50:59 halcy0n Exp $ + + 29 Apr 2006; Mark Loeser <halcy0n@gentoo.org> icon-9.40.ebuild: + Mark -x86; bug #130810 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), diff --git a/dev-lang/icon/icon-9.40.ebuild b/dev-lang/icon/icon-9.40.ebuild index 12a3b8312648..c8f6b1e43873 100644 --- a/dev-lang/icon/icon-9.40.ebuild +++ b/dev-lang/icon/icon-9.40.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.40.ebuild,v 1.19 2006/04/01 12:25:04 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/icon-9.40.ebuild,v 1.20 2006/04/29 00:50:59 halcy0n 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="x86" +KEYWORDS="-x86" IUSE="X" S=${WORKDIR}/icon.v${MY_PV}src |