diff options
author | 2005-01-20 17:05:26 +0000 | |
---|---|---|
committer | 2005-01-20 17:05:26 +0000 | |
commit | 0116e3d4085c7ca042a306dda675f46781e6fb83 (patch) | |
tree | 58faf2f7cc0914c0f506d1c91d7c4ff3dab4ef87 /dev-java/odmg | |
parent | added ~amd64 to KEYWORDS to fix #64530 and applied a patch to fix #78792. (diff) | |
download | historical-0116e3d4085c7ca042a306dda675f46781e6fb83.tar.gz historical-0116e3d4085c7ca042a306dda675f46781e6fb83.tar.bz2 historical-0116e3d4085c7ca042a306dda675f46781e6fb83.zip |
added missing jikes dependency.
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'dev-java/odmg')
-rw-r--r-- | dev-java/odmg/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/odmg/odmg-3.0.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/odmg/ChangeLog b/dev-java/odmg/ChangeLog index a70878b79cec..41bef0a65d74 100644 --- a/dev-java/odmg/ChangeLog +++ b/dev-java/odmg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/odmg -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/odmg/ChangeLog,v 1.1 2004/10/30 20:39:36 axxo Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/odmg/ChangeLog,v 1.2 2005/01/20 17:02:11 luckyduck Exp $ + + 20 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> odmg-3.0.ebuild: + added missing jikes dependency. *odmg-3.0 (30 Oct 2004) diff --git a/dev-java/odmg/odmg-3.0.ebuild b/dev-java/odmg/odmg-3.0.ebuild index 30012f144b88..8cf2494a5a9a 100644 --- a/dev-java/odmg/odmg-3.0.ebuild +++ b/dev-java/odmg/odmg-3.0.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/odmg/odmg-3.0.ebuild,v 1.1 2004/10/30 20:39:36 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/odmg/odmg-3.0.ebuild,v 1.2 2005/01/20 17:02:11 luckyduck Exp $ inherit java-pkg @@ -16,7 +16,8 @@ SLOT="0" KEYWORDS="~x86 ~amd64" RDEPEND=">=virtual/jre-1.3" DEPEND=">=virtual/jdk-1.3 - >=dev-java/ant-core-1.5 " + >=dev-java/ant-core-1.5 + jikes? ( dev-java/jikes )" IUSE="doc jikes" S=${WORKDIR}/${SRC_P} |