diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-25 08:07:27 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-25 08:07:27 +0000 |
commit | ccab7edec218faf858e14780a39cd6a2e75db672 (patch) | |
tree | f779324e2ff6a44b436bad741baf78ed85f8a0e1 /x11-apps/ico | |
parent | Bug #309835 again: hsieh hash option change configure option upstream, but al... (diff) | |
download | gentoo-2-ccab7edec218faf858e14780a39cd6a2e75db672.tar.gz gentoo-2-ccab7edec218faf858e14780a39cd6a2e75db672.tar.bz2 gentoo-2-ccab7edec218faf858e14780a39cd6a2e75db672.zip |
Add ~amd64 keyword.
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/ico')
-rw-r--r-- | x11-apps/ico/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/ico/ico-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/ico/ChangeLog b/x11-apps/ico/ChangeLog index 2942aac536e3..f6dc0430b31f 100644 --- a/x11-apps/ico/ChangeLog +++ b/x11-apps/ico/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/ico # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/ico/ChangeLog,v 1.22 2010/02/25 07:09:15 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ico/ChangeLog,v 1.23 2010/03/25 08:07:27 robbat2 Exp $ + + 25 Mar 2010; Robin H. Johnson <robbat2@gentoo.org> ico-1.0.2.ebuild: + Add ~amd64 keyword. 25 Feb 2010; Jonathan Callen <abcd@gentoo.org> ico-1.0.2.ebuild: Transfer prefix keywords (no other changes) diff --git a/x11-apps/ico/ico-1.0.2.ebuild b/x11-apps/ico/ico-1.0.2.ebuild index f0a753db014f..fb594505ea66 100644 --- a/x11-apps/ico/ico-1.0.2.ebuild +++ b/x11-apps/ico/ico-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/ico/ico-1.0.2.ebuild,v 1.5 2010/02/25 07:09:15 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ico/ico-1.0.2.ebuild,v 1.6 2010/03/25 08:07:27 robbat2 Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="animate an icosahedron or other polyhedron" -KEYWORDS="arm ~mips ~ppc ~ppc64 s390 sh ~sparc x86 ~x86-linux" +KEYWORDS="~amd64 arm ~mips ~ppc ~ppc64 s390 sh ~sparc x86 ~x86-linux" IUSE="" RDEPEND=">=x11-libs/libX11-0.99.1_pre0" DEPEND="${RDEPEND}" |