diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-12-29 13:34:30 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-12-29 13:34:30 +0000 |
commit | e383644b021a5b19e9370b348ba2248265325c4a (patch) | |
tree | 73838a59740237810d7cdd1b4f33ba15a517eaf3 /eclass | |
parent | Stable on ppc wrt bug 203602 (diff) | |
download | historical-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.eclass | 5 |
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() { |