summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2011-06-09 21:42:58 +0000
committerMatt Turner <mattst88@gentoo.org>2011-06-09 21:42:58 +0000
commitfec5267047dd7997c462447995e1239e5c947c71 (patch)
treee49219097b666790c3b469741fe1774b57f93b90 /eclass
parentSplit xvfb and xnest USE flags out of minimal USE flag. (diff)
downloadgentoo-2-fec5267047dd7997c462447995e1239e5c947c71.tar.gz
gentoo-2-fec5267047dd7997c462447995e1239e5c947c71.tar.bz2
gentoo-2-fec5267047dd7997c462447995e1239e5c947c71.zip
virtualx.eclass should depend on xorg-server[xvfb] instead of -minimal, bug 357295
Diffstat (limited to 'eclass')
-rw-r--r--eclass/virtualx.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass
index 3634e4a99524..dd2e06cdf333 100644
--- a/eclass/virtualx.eclass
+++ b/eclass/virtualx.eclass
@@ -1,6 +1,6 @@
# 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.38 2011/03/13 19:37:28 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.39 2011/06/09 21:42:58 mattst88 Exp $
# Original author: Martin Schlemmer <azarah@gentoo.org>
@@ -25,7 +25,7 @@
# complicated dep is needed.
# You can specify the variable BEFORE inherit to add more dependencies.
VIRTUALX_DEPEND="${VIRTUALX_DEPEND}
- !prefix? ( x11-base/xorg-server[-minimal] )
+ !prefix? ( x11-base/xorg-server[xvfb] )
x11-apps/xhost
"