diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 20:25:59 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 20:25:59 +0000 |
commit | 0777d92887f3df9c3f99a5903ec623899bcf3189 (patch) | |
tree | 08b88dbffa530635cf7170e17b64fb2675ed389f /dev-java/commons-primitives | |
parent | Stable on hppa. (diff) | |
download | historical-0777d92887f3df9c3f99a5903ec623899bcf3189.tar.gz historical-0777d92887f3df9c3f99a5903ec623899bcf3189.tar.bz2 historical-0777d92887f3df9c3f99a5903ec623899bcf3189.zip |
Keywords ~amd64.
Diffstat (limited to 'dev-java/commons-primitives')
-rw-r--r-- | dev-java/commons-primitives/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-primitives/commons-primitives-1.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/commons-primitives/ChangeLog b/dev-java/commons-primitives/ChangeLog index 1ae8b9789e57..381380054707 100644 --- a/dev-java/commons-primitives/ChangeLog +++ b/dev-java/commons-primitives/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-primitives # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-primitives/ChangeLog,v 1.6 2004/10/16 17:09:34 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-primitives/ChangeLog,v 1.7 2004/10/19 20:25:29 absinthe Exp $ + + 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> + commons-primitives-1.0.ebuild: + Keywords ~amd64. 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> commons-primitives-1.0.ebuild: diff --git a/dev-java/commons-primitives/commons-primitives-1.0.ebuild b/dev-java/commons-primitives/commons-primitives-1.0.ebuild index d69d85fbd52e..a1423ae451e4 100644 --- a/dev-java/commons-primitives/commons-primitives-1.0.ebuild +++ b/dev-java/commons-primitives/commons-primitives-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-primitives/commons-primitives-1.0.ebuild,v 1.4 2004/10/16 17:09:34 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-primitives/commons-primitives-1.0.ebuild,v 1.5 2004/10/19 20:25:29 absinthe Exp $ inherit java-pkg @@ -14,7 +14,7 @@ DEPEND=">=virtual/jdk-1.3 RDEPEND=">=virtual/jdk-1.3" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" IUSE="doc jikes junit" src_unpack() { |