diff options
author | 2005-04-22 09:19:19 +0000 | |
---|---|---|
committer | 2005-04-22 09:19:19 +0000 | |
commit | 019e4c279a21f406a49dcc9a39b41e9958feab00 (patch) | |
tree | 44590afba86f78b90c4d5eeee091822308dfb2d1 /dev-lang | |
parent | stable amd64 (diff) | |
download | gentoo-2-019e4c279a21f406a49dcc9a39b41e9958feab00.tar.gz gentoo-2-019e4c279a21f406a49dcc9a39b41e9958feab00.tar.bz2 gentoo-2-019e4c279a21f406a49dcc9a39b41e9958feab00.zip |
~amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/icon/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/icon/icon-9.40.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/icon/ChangeLog b/dev-lang/icon/ChangeLog index c457754c4b07..e401fb9c3c93 100644 --- a/dev-lang/icon/ChangeLog +++ b/dev-lang/icon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/icon -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/ChangeLog,v 1.8 2004/09/01 09:34:30 usata Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/ChangeLog,v 1.9 2005/04/22 09:19:19 blubb Exp $ + + 22 Apr 2005; Simon Stelling <blubb@gentoo.org> icon-9.40.ebuild: + re-added ~amd64 01 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> icon-9.4.2.ebuild: Added to ~alpha. diff --git a/dev-lang/icon/icon-9.40.ebuild b/dev-lang/icon/icon-9.40.ebuild index 9fe20a48c8e4..3d22a86467c7 100644 --- a/dev-lang/icon/icon-9.40.ebuild +++ b/dev-lang/icon/icon-9.40.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.16 2004/06/24 22:50:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/icon-9.40.ebuild,v 1.17 2005/04/22 09:19:19 blubb 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" +KEYWORDS="x86 sparc ~amd64" IUSE="X" S=${WORKDIR}/icon.v${MY_PV}src |