diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-22 08:44:45 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-22 08:44:45 +0000 |
commit | 7c0cd147117ff6fa9400fab850c2b1c2b6ed14b9 (patch) | |
tree | 8029f019ce0ce0409347b60e6ae7c531fd95545e /dev-java/joda-time | |
parent | stable amd64 (diff) | |
download | gentoo-2-7c0cd147117ff6fa9400fab850c2b1c2b6ed14b9.tar.gz gentoo-2-7c0cd147117ff6fa9400fab850c2b1c2b6ed14b9.tar.bz2 gentoo-2-7c0cd147117ff6fa9400fab850c2b1c2b6ed14b9.zip |
stable amd64
(Portage version: 2.0.51.19)
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 4e8c47bc1b4b..223358cf32f0 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/ChangeLog,v 1.8 2005/01/20 19:03:00 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/ChangeLog,v 1.9 2005/04/22 08:39:51 blubb Exp $ + + 22 Apr 2005; Simon Stelling <blubb@gentoo.org> joda-time-0.95.ebuild: + stable on amd64 20 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> joda-time-0.95.ebuild: added missing jikes dependency. see #78819. diff --git a/dev-java/joda-time/joda-time-0.95.ebuild b/dev-java/joda-time/joda-time-0.95.ebuild index 3764b55c2ab8..f13545368e69 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-2005 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.7 2005/01/20 19:03:00 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/joda-time-0.95.ebuild,v 1.8 2005/04/22 08:39:51 blubb 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 ~amd64" +KEYWORDS="x86 amd64" IUSE="doc jikes" DEPEND=">=virtual/jdk-1.3 |