diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-01-20 19:06:41 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-01-20 19:06:41 +0000 |
commit | 76604f83b68b04b336d30896821eec072d78a1d1 (patch) | |
tree | 49ad62e32117aa5567a7c6ae56d0c7477ad6a87d /dev-java/joda-time | |
parent | added missing jikes dependency. see #78819. (diff) | |
download | gentoo-2-76604f83b68b04b336d30896821eec072d78a1d1.tar.gz gentoo-2-76604f83b68b04b336d30896821eec072d78a1d1.tar.bz2 gentoo-2-76604f83b68b04b336d30896821eec072d78a1d1.zip |
added missing jikes dependency. see #78819.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'dev-java/joda-time')
-rw-r--r-- | dev-java/joda-time/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/joda-time/joda-time-0.95.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/joda-time/ChangeLog b/dev-java/joda-time/ChangeLog index d2931bd7e9a7..4e8c47bc1b4b 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.7 2004/10/22 09:14:59 absinthe Exp $ +# 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 $ + + 20 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> joda-time-0.95.ebuild: + added missing jikes dependency. see #78819. 22 Oct 2004; Dylan Carlson <absinthe@gentoo.org> joda-time-0.95.ebuild: Keywords ~amd64. diff --git a/dev-java/joda-time/joda-time-0.95.ebuild b/dev-java/joda-time/joda-time-0.95.ebuild index 297be0947c05..3764b55c2ab8 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 +# 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.6 2004/10/22 09:14:59 absinthe Exp $ +# $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 $ inherit java-pkg @@ -13,7 +13,8 @@ KEYWORDS="x86 ~amd64" IUSE="doc jikes" DEPEND=">=virtual/jdk-1.3 - >=dev-java/ant-1.4" + >=dev-java/ant-1.4 + jikes? ( dev-java/jikes )" RDEPEND=">=virtual/jre-1.3" src_compile() { |