summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-04-09 14:42:26 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-04-09 14:42:26 +0000
commit136fe1621642f163d45979bcd3e1499b9395cfcc (patch)
tree6f48d675408be36a55712b2ed56048700f733326 /eclass/virtualx.eclass
parentversion upgrade (diff)
downloadhistorical-136fe1621642f163d45979bcd3e1499b9395cfcc.tar.gz
historical-136fe1621642f163d45979bcd3e1499b9395cfcc.tar.bz2
historical-136fe1621642f163d45979bcd3e1499b9395cfcc.zip
name changes
Diffstat (limited to 'eclass/virtualx.eclass')
-rw-r--r--eclass/virtualx.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass
index c261ad7d1e3a..7d5b6f536e20 100644
--- a/eclass/virtualx.eclass
+++ b/eclass/virtualx.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: Martin Schlemmer <azarah@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.1 2002/04/09 06:17:29 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.2 2002/04/09 14:42:26 azarah Exp $
# This eclass can be used for packages that needs a working X environment to build
ECLASS=virtualx
newdepend virtual/x11
@@ -38,13 +38,13 @@ virtualmake() {
}
#Same as "make", but setup the Xvfb hack if needed
-xmake() {
+Xmake() {
export maketype="make"
virtualmake "$*"
}
#Same as "emake", but setup the Xvfb hack if needed
-xemake() {
+Xemake() {
export maketype="emake"
virtualmake "$*"
}