summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2007-12-29 13:34:30 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2007-12-29 13:34:30 +0000
commite383644b021a5b19e9370b348ba2248265325c4a (patch)
tree73838a59740237810d7cdd1b4f33ba15a517eaf3 /eclass
parentStable on ppc wrt bug 203602 (diff)
downloadhistorical-e383644b021a5b19e9370b348ba2248265325c4a.tar.gz
historical-e383644b021a5b19e9370b348ba2248265325c4a.tar.bz2
historical-e383644b021a5b19e9370b348ba2248265325c4a.zip
Add dependencies on >=dev-java/java-config-2.1
Diffstat (limited to 'eclass')
-rw-r--r--eclass/java-virtuals-2.eclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/java-virtuals-2.eclass b/eclass/java-virtuals-2.eclass
index ec13f7b7d281..925758ada489 100644
--- a/eclass/java-virtuals-2.eclass
+++ b/eclass/java-virtuals-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/java-virtuals-2.eclass,v 1.3 2007/10/09 09:57:25 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/java-virtuals-2.eclass,v 1.4 2007/12/29 13:34:30 betelgeuse Exp $
# Original Author: Alistair John Bush <ali_bush@gentoo.org>
# Purpose: To provide a default (and only) src_install function
@@ -8,6 +8,9 @@
inherit java-utils-2
+DEPEND=">=dev-java/java-config-2.1"
+RDEPEND="${DEPEND}"
+
EXPORT_FUNCTIONS src_install
java-virtuals-2_src_install() {