summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2010-03-04 21:18:27 +0000
committerJonathan Callen <jcallen@gentoo.org>2010-03-04 21:18:27 +0000
commit83d09c02720b0fb770eda043b1d28f711274fb7f (patch)
treead4043c6b8076085c30cf30e4056271e5d9d6a03 /eclass/virtualx.eclass
parentRe-add python-2.3.9 as the last python-ldap version that works with openldap-... (diff)
downloadhistorical-83d09c02720b0fb770eda043b1d28f711274fb7f.tar.gz
historical-83d09c02720b0fb770eda043b1d28f711274fb7f.tar.bz2
historical-83d09c02720b0fb770eda043b1d28f711274fb7f.zip
Make xorg-server optional on prefix (assume its available on the host, as it is not available in the prefix)
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 a0b37d776e6c..e915bb875eae 100644
--- a/eclass/virtualx.eclass
+++ b/eclass/virtualx.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.33 2009/12/21 17:27:28 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.34 2010/03/04 21:18:27 abcd Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -17,7 +17,7 @@
# Dep string available for use outside of eclass, in case a more
# complicated dep is needed
-VIRTUALX_DEPEND="x11-base/xorg-server
+VIRTUALX_DEPEND="!prefix? ( x11-base/xorg-server )
x11-apps/xhost"
case ${VIRTUALX_REQUIRED} in