summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Bush <ali_bush@gentoo.org>2009-08-27 21:49:04 +0000
committerAlistair Bush <ali_bush@gentoo.org>2009-08-27 21:49:04 +0000
commita9064aa3d8b2ef1065812f7f75e731b76da624fd (patch)
tree281f4c61b0a5d008250fec4a7684171f7e9437c4 /eclass/java-virtuals-2.eclass
parentAutomated update of use.local.desc (diff)
downloadhistorical-a9064aa3d8b2ef1065812f7f75e731b76da624fd.tar.gz
historical-a9064aa3d8b2ef1065812f7f75e731b76da624fd.tar.bz2
historical-a9064aa3d8b2ef1065812f7f75e731b76da624fd.zip
Suuport for multi-provider virtuals and build only vms
Diffstat (limited to 'eclass/java-virtuals-2.eclass')
-rw-r--r--eclass/java-virtuals-2.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/java-virtuals-2.eclass b/eclass/java-virtuals-2.eclass
index e4c04133b8cf..ed52a2b0d5db 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.5 2009/02/05 00:32:39 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/java-virtuals-2.eclass,v 1.6 2009/08/27 21:49:04 ali_bush Exp $
# Original Author: Alistair John Bush <ali_bush@gentoo.org>
# Purpose: To provide a default (and only) src_install function
@@ -39,5 +39,6 @@ java-virtuals-2_do_write() {
if [[ -n "${JAVA_VIRTUAL_VM_CLASSPATH}" ]]; then
echo "VM_CLASSPATH=\"${JAVA_VIRTUAL_VM_CLASSPATH}\""
fi
+ echo "MULTI_PROVIDER=\"${JAVA_VIRTUAL_MULTI=FALSE}\""
} > "${JAVA_PKG_VIRTUAL_PROVIDER}"
}