diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2009-02-05 00:32:39 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2009-02-05 00:32:39 +0000 |
commit | eebcc80c035412f78a1a7cd1ea3a80bf38cf7c30 (patch) | |
tree | 2b475a1d04ef7d1d726e92d62b556e9d1055861e | |
parent | make use of bundled libevent async DNS part optional via USE=flag, this shoul... (diff) | |
download | gentoo-2-eebcc80c035412f78a1a7cd1ea3a80bf38cf7c30.tar.gz gentoo-2-eebcc80c035412f78a1a7cd1ea3a80bf38cf7c30.tar.bz2 gentoo-2-eebcc80c035412f78a1a7cd1ea3a80bf38cf7c30.zip |
Raise java-config version pulled in to a version with virtuals related fixes.
-rw-r--r-- | eclass/java-virtuals-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-virtuals-2.eclass b/eclass/java-virtuals-2.eclass index 925758ada489..e4c04133b8cf 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.4 2007/12/29 13:34:30 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-virtuals-2.eclass,v 1.5 2009/02/05 00:32:39 betelgeuse Exp $ # Original Author: Alistair John Bush <ali_bush@gentoo.org> # Purpose: To provide a default (and only) src_install function @@ -8,7 +8,7 @@ inherit java-utils-2 -DEPEND=">=dev-java/java-config-2.1" +DEPEND=">=dev-java/java-config-2.1.6" RDEPEND="${DEPEND}" EXPORT_FUNCTIONS src_install |