diff options
author | Vlastimil Babka <caster@gentoo.org> | 2007-06-21 23:11:48 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2007-06-21 23:11:48 +0000 |
commit | 31ec9d5992ff8d8925538f0309c107edeb899dca (patch) | |
tree | 2821a3fa05fed3e1160c6fa4470b44acf5c47cd6 /sci-libs/vecmath-objectclub | |
parent | Remove gen-1 revision and unused gnu-jaxp dependency. (diff) | |
download | gentoo-2-31ec9d5992ff8d8925538f0309c107edeb899dca.tar.gz gentoo-2-31ec9d5992ff8d8925538f0309c107edeb899dca.tar.bz2 gentoo-2-31ec9d5992ff8d8925538f0309c107edeb899dca.zip |
Add ~x86 keyword.
(Portage version: 2.1.3_rc4)
Diffstat (limited to 'sci-libs/vecmath-objectclub')
-rw-r--r-- | sci-libs/vecmath-objectclub/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/vecmath-objectclub/vecmath-objectclub-1.14.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/vecmath-objectclub/ChangeLog b/sci-libs/vecmath-objectclub/ChangeLog index b85872f13d08..a84910cba119 100644 --- a/sci-libs/vecmath-objectclub/ChangeLog +++ b/sci-libs/vecmath-objectclub/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/vecmath-objectclub # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vecmath-objectclub/ChangeLog,v 1.1 2007/05/22 05:58:01 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vecmath-objectclub/ChangeLog,v 1.2 2007/06/21 23:11:48 caster Exp $ + + 21 Jun 2007; Vlastimil Babka <caster@gentoo.org> + vecmath-objectclub-1.14.ebuild: + Add ~x86 keyword. *vecmath-objectclub-1.14 (22 May 2007) diff --git a/sci-libs/vecmath-objectclub/vecmath-objectclub-1.14.ebuild b/sci-libs/vecmath-objectclub/vecmath-objectclub-1.14.ebuild index 3a06f70c21f3..7cfefb260d13 100644 --- a/sci-libs/vecmath-objectclub/vecmath-objectclub-1.14.ebuild +++ b/sci-libs/vecmath-objectclub/vecmath-objectclub-1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vecmath-objectclub/vecmath-objectclub-1.14.ebuild,v 1.1 2007/05/22 05:58:01 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vecmath-objectclub/vecmath-objectclub-1.14.ebuild,v 1.2 2007/06/21 23:11:48 caster Exp $ inherit java-pkg-2 @@ -11,7 +11,7 @@ SRC_URI="http://www.objectclub.jp/download/files/vecmath/${MY_PN}-${PV}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=virtual/jdk-1.4" |