diff options
author | 2006-04-01 12:25:04 +0000 | |
---|---|---|
committer | 2006-04-01 12:25:04 +0000 | |
commit | 4349fb67702d6ff1f16179143aff961d185c61eb (patch) | |
tree | af6820bde7b2625171a880951821be7a6d614a89 /dev-lang/icon | |
parent | new revision - failing back to stable CFLAGS, disabled experimental features (diff) | |
download | gentoo-2-4349fb67702d6ff1f16179143aff961d185c61eb.tar.gz gentoo-2-4349fb67702d6ff1f16179143aff961d185c61eb.tar.bz2 gentoo-2-4349fb67702d6ff1f16179143aff961d185c61eb.zip |
removed sparc and ~amd64 from 9.40, will mask when 9.4.3 is stabilized on x86
(Portage version: 2.1_pre7-r2)
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 e1680c65a42b..32a1b38e909a 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.14 2006/04/01 12:22:18 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/ChangeLog,v 1.15 2006/04/01 12:25:04 george Exp $ + + 01 Apr 2006; George Shapovalov <george@gentoo.org> icon-9.40.ebuild: + removed sparc and ~amd64 from 9.40, will mask when 9.4.3 is stabilized on x86 *icon-9.4.3-r1 (01 Apr 2006) diff --git a/dev-lang/icon/icon-9.40.ebuild b/dev-lang/icon/icon-9.40.ebuild index f81397499d78..12a3b8312648 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.18 2006/03/16 14:02:08 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/icon-9.40.ebuild,v 1.19 2006/04/01 12:25:04 george 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 sparc ~amd64" +KEYWORDS="x86" IUSE="X" S=${WORKDIR}/icon.v${MY_PV}src |