summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Sennhauser <sera@gentoo.org>2012-01-13 09:59:10 +0000
committerRalph Sennhauser <sera@gentoo.org>2012-01-13 09:59:10 +0000
commit46b4a5de84dbda1dbcee1320212699e9ef20110e (patch)
treeffb5c4dffe5fca8ab39d7d38c126840bac1c52b0 /eclass/java-virtuals-2.eclass
parentMake networkmanager optional (bug #398593, reported by Florian Klink; patch b... (diff)
downloadgentoo-2-46b4a5de84dbda1dbcee1320212699e9ef20110e.tar.gz
gentoo-2-46b4a5de84dbda1dbcee1320212699e9ef20110e.tar.bz2
gentoo-2-46b4a5de84dbda1dbcee1320212699e9ef20110e.zip
Set S= for java-virtuals as EAPI-4 doesn't permit the S-to-WORKDIR fallback anymore.
Diffstat (limited to 'eclass/java-virtuals-2.eclass')
-rw-r--r--eclass/java-virtuals-2.eclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/java-virtuals-2.eclass b/eclass/java-virtuals-2.eclass
index cf7c43167110..0b262dc331da 100644
--- a/eclass/java-virtuals-2.eclass
+++ b/eclass/java-virtuals-2.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.7 2011/12/27 17:55:12 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/java-virtuals-2.eclass,v 1.8 2012/01/13 09:59:10 sera Exp $
# Original Author: Alistair John Bush <ali_bush@gentoo.org>
# Purpose: To provide a default (and only) src_install function
@@ -11,6 +11,8 @@ inherit java-utils-2
DEPEND=">=dev-java/java-config-2.1.6"
RDEPEND="${DEPEND}"
+S="${WORKDIR}"
+
EXPORT_FUNCTIONS src_install
java-virtuals-2_src_install() {