diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-11 05:41:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-11 05:41:53 +0000 |
commit | 25007da7d7682838339fcd5cdd63f64c7152ba83 (patch) | |
tree | 9cf49bbd41a51e85683f2f0b247660847ff483c8 /app-emulation/cedega/cedega-4.2.1.ebuild | |
parent | Fix dependencies for modular X (bug #121544). (diff) | |
download | gentoo-2-25007da7d7682838339fcd5cdd63f64c7152ba83.tar.gz gentoo-2-25007da7d7682838339fcd5cdd63f64c7152ba83.tar.bz2 gentoo-2-25007da7d7682838339fcd5cdd63f64c7152ba83.zip |
Add support for modular X #121500.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-emulation/cedega/cedega-4.2.1.ebuild')
-rw-r--r-- | app-emulation/cedega/cedega-4.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/cedega/cedega-4.2.1.ebuild b/app-emulation/cedega/cedega-4.2.1.ebuild index 289e2a699f56..36e572bd4ffc 100644 --- a/app-emulation/cedega/cedega-4.2.1.ebuild +++ b/app-emulation/cedega/cedega-4.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.2.1.ebuild,v 1.3 2005/09/03 22:07:11 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.2.1.ebuild,v 1.4 2006/02/11 05:41:53 vapier Exp $ MY_P="cedega_${PV}-1.i386" DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming" @@ -13,7 +13,7 @@ KEYWORDS="-* amd64 x86" IUSE="cups opengl" RESTRICT="fetch" -RDEPEND="virtual/x11 +RDEPEND="|| ( ( x11-libs/libX11 ) virtual/x11 ) opengl? ( virtual/opengl ) >=sys-libs/ncurses-5.2 cups? ( net-print/cups ) |