diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-07-02 18:52:34 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-07-02 18:52:34 +0000 |
commit | 54985fe52a19df2cefa7fa86e6083d682a2f1717 (patch) | |
tree | d32f4a9e59056c0d33c9beb5f9bc824c2cb8d9b7 /virtual/x11/x11-7.0-r2.ebuild | |
parent | (#138641) Quote the token for has_version because it contains > (Rodrigo Seve... (diff) | |
download | historical-54985fe52a19df2cefa7fa86e6083d682a2f1717.tar.gz historical-54985fe52a19df2cefa7fa86e6083d682a2f1717.tar.bz2 historical-54985fe52a19df2cefa7fa86e6083d682a2f1717.zip |
(#138851) Wrap xdriinfo in USE=dri.
Package-Manager: portage-2.1.1_pre1-r5
Diffstat (limited to 'virtual/x11/x11-7.0-r2.ebuild')
-rw-r--r-- | virtual/x11/x11-7.0-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/virtual/x11/x11-7.0-r2.ebuild b/virtual/x11/x11-7.0-r2.ebuild index a0f0e6e9ac8d..35329c6db782 100644 --- a/virtual/x11/x11-7.0-r2.ebuild +++ b/virtual/x11/x11-7.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/x11/x11-7.0-r2.ebuild,v 1.5 2006/07/01 21:45:31 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/x11/x11-7.0-r2.ebuild,v 1.6 2006/07/02 18:52:34 spyderous Exp $ DESCRIPTION="Virtual for the core X11 implementation" HOMEPAGE="http://www.gentoo.org/proj/en/desktop/x/x11/" @@ -8,12 +8,12 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm ~hppa ~ia64 mips ppc ppc64 sh ~sparc x86" -IUSE="" +IUSE="dri" RDEPEND="app-text/rman >=x11-base/xorg-x11-7 x11-apps/xdm x11-apps/xdpyinfo - x11-apps/xdriinfo + dri? ( x11-apps/xdriinfo ) x11-apps/xrdb x11-apps/xsetroot x11-libs/libFS |