diff options
author | 2004-10-22 09:14:59 +0000 | |
---|---|---|
committer | 2004-10-22 09:14:59 +0000 | |
commit | 9b2ad55da12e277870558191ed05b5661c130db2 (patch) | |
tree | ed9fa4eab25447023eb19865d3881f7cd8d92e07 /dev-java/joda-time | |
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/joda-time')
-rw-r--r-- | dev-java/joda-time/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/joda-time/joda-time-0.95.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
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 |