diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-01-20 19:46:29 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-01-20 19:46:29 +0000 |
commit | e1edf36a14e5b4fcd84ae3fd08214c112a6edef6 (patch) | |
tree | 9fcba9b51bf43751814dc757f60a721aac9ab14b /dev-java/oscache | |
parent | Stable on x86 wrt security bug #75801 (diff) | |
download | historical-e1edf36a14e5b4fcd84ae3fd08214c112a6edef6.tar.gz historical-e1edf36a14e5b4fcd84ae3fd08214c112a6edef6.tar.bz2 historical-e1edf36a14e5b4fcd84ae3fd08214c112a6edef6.zip |
added missing jikes dependency. see #78819.
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'dev-java/oscache')
-rw-r--r-- | dev-java/oscache/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/oscache/oscache-2.0.2.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/oscache/ChangeLog b/dev-java/oscache/ChangeLog index 04dfd81e9519..cb535ea7b961 100644 --- a/dev-java/oscache/ChangeLog +++ b/dev-java/oscache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/oscache -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/oscache/ChangeLog,v 1.2 2004/11/03 11:36:20 axxo Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/oscache/ChangeLog,v 1.3 2005/01/20 19:40:35 luckyduck Exp $ + + 20 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> oscache-2.0.2.ebuild: + added missing jikes dependency. see #78819. 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> oscache-2.0.2.ebuild: depend on app-arch/unzip diff --git a/dev-java/oscache/oscache-2.0.2.ebuild b/dev-java/oscache/oscache-2.0.2.ebuild index de3556d1876b..46a851b465f5 100644 --- a/dev-java/oscache/oscache-2.0.2.ebuild +++ b/dev-java/oscache/oscache-2.0.2.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/oscache/oscache-2.0.2.ebuild,v 1.2 2004/11/03 11:36:20 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/oscache/oscache-2.0.2.ebuild,v 1.3 2005/01/20 19:40:35 luckyduck Exp $ inherit java-pkg @@ -18,7 +18,8 @@ RDEPEND=">=virtual/jre-1.3 dev-java/jgroups" DEPEND="${RDEPEND} app-arch/unzip - >=virtual/jdk-1.3" + >=virtual/jdk-1.3 + jikes? ( dev-java/jikes )" IUSE="doc jikes" S=${WORKDIR} |