diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-22 09:14:59 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-22 09:14:59 +0000 |
commit | 9b2ad55da12e277870558191ed05b5661c130db2 (patch) | |
tree | ed9fa4eab25447023eb19865d3881f7cd8d92e07 /dev-java | |
parent | Keywords ~amd64. (oops) (Manifest recommit) (diff) | |
download | gentoo-2-9b2ad55da12e277870558191ed05b5661c130db2.tar.gz gentoo-2-9b2ad55da12e277870558191ed05b5661c130db2.tar.bz2 gentoo-2-9b2ad55da12e277870558191ed05b5661c130db2.zip |
Keywords ~amd64.
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jnlp-bin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/jnlp-bin/jnlp-bin-1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-java/joda-time/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/joda-time/joda-time-0.95.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-java/jnlp-bin/ChangeLog b/dev-java/jnlp-bin/ChangeLog index ab71b5124b82..47effddd0af9 100644 --- a/dev-java/jnlp-bin/ChangeLog +++ b/dev-java/jnlp-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jnlp-bin # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jnlp-bin/ChangeLog,v 1.2 2004/10/16 17:25:26 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jnlp-bin/ChangeLog,v 1.3 2004/10/22 09:13:20 absinthe Exp $ + + 22 Oct 2004; Dylan Carlson <absinthe@gentoo.org> jnlp-bin-1.2.ebuild: + Keywords ~amd64. 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> jnlp-bin-1.2.ebuild: use java-pkg_dohtml instead of dohtml to also install the package-list in diff --git a/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild b/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild index 113fcbc3a01b..d61a4ebcc3e1 100644 --- a/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild +++ b/dev-java/jnlp-bin/jnlp-bin-1.2.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/jnlp-bin/jnlp-bin-1.2.ebuild,v 1.3 2004/10/16 17:25:26 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild,v 1.4 2004/10/22 09:13:20 absinthe Exp $ inherit java-pkg @@ -10,7 +10,7 @@ HOMEPAGE="http://java.sun.com/products/javawebstart/download-jnlp.html" SRC_URI="javaws-1_2-dev.zip" LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" #DEPEND="" RDEPEND="virtual/jre" diff --git a/dev-java/joda-time/ChangeLog b/dev-java/joda-time/ChangeLog index 2d63803a5317..d2931bd7e9a7 100644 --- a/dev-java/joda-time/ChangeLog +++ b/dev-java/joda-time/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/joda-time # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/ChangeLog,v 1.6 2004/10/16 17:25:44 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/ChangeLog,v 1.7 2004/10/22 09:14:59 absinthe Exp $ + + 22 Oct 2004; Dylan Carlson <absinthe@gentoo.org> joda-time-0.95.ebuild: + Keywords ~amd64. 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> joda-time-0.95.ebuild: use java-pkg_dohtml instead of dohtml to also install the package-list in diff --git a/dev-java/joda-time/joda-time-0.95.ebuild b/dev-java/joda-time/joda-time-0.95.ebuild index c800f176d53e..297be0947c05 100644 --- a/dev-java/joda-time/joda-time-0.95.ebuild +++ b/dev-java/joda-time/joda-time-0.95.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/joda-time/joda-time-0.95.ebuild,v 1.5 2004/10/16 17:25:44 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/joda-time-0.95.ebuild,v 1.6 2004/10/22 09:14:59 absinthe Exp $ inherit java-pkg @@ -9,7 +9,7 @@ HOMEPAGE="http://joda-time.sourceforge.net/" SRC_URI="mirror://sourceforge/joda-time/${PN}-${PV}-src.tar.gz" LICENSE="joda" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" IUSE="doc jikes" DEPEND=">=virtual/jdk-1.3 |