diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-06-09 21:42:58 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-06-09 21:42:58 +0000 |
commit | 40653698581e9015a12c67396326c23042d0cb77 (patch) | |
tree | 553dbb6602a0da20221c87ab8e8e60f839f933aa /eclass/virtualx.eclass | |
parent | Split xvfb and xnest USE flags out of minimal USE flag. (diff) | |
download | historical-40653698581e9015a12c67396326c23042d0cb77.tar.gz historical-40653698581e9015a12c67396326c23042d0cb77.tar.bz2 historical-40653698581e9015a12c67396326c23042d0cb77.zip |
virtualx.eclass should depend on xorg-server[xvfb] instead of -minimal, bug 357295
Diffstat (limited to 'eclass/virtualx.eclass')
-rw-r--r-- | eclass/virtualx.eclass | 4 |
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 " |