diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-26 03:22:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-26 03:22:58 +0000 |
commit | 0a7a52118e30da4b1a38a701c5c1ba4188f849f9 (patch) | |
tree | c0fb194d3249749ce0408d66a7e2af6d8ac77d59 /app-emulation/cedega/cedega-4.1.ebuild | |
parent | fix DEPEND #68862 by Kevin Lacquement (Manifest recommit) (diff) | |
download | gentoo-2-0a7a52118e30da4b1a38a701c5c1ba4188f849f9.tar.gz gentoo-2-0a7a52118e30da4b1a38a701c5c1ba4188f849f9.tar.bz2 gentoo-2-0a7a52118e30da4b1a38a701c5c1ba4188f849f9.zip |
dont block winex #55123
Diffstat (limited to 'app-emulation/cedega/cedega-4.1.ebuild')
-rw-r--r-- | app-emulation/cedega/cedega-4.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-emulation/cedega/cedega-4.1.ebuild b/app-emulation/cedega/cedega-4.1.ebuild index 889914e0eb49..db1dbdf03c81 100644 --- a/app-emulation/cedega/cedega-4.1.ebuild +++ b/app-emulation/cedega/cedega-4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.1.ebuild,v 1.1 2004/10/24 05:46:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.1.ebuild,v 1.2 2004/10/26 03:22:58 vapier Exp $ MY_P="cedega_${PV}-1.i386" DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming" @@ -17,9 +17,7 @@ RDEPEND="virtual/x11 opengl? ( virtual/opengl ) >=sys-libs/ncurses-5.2 cups? ( net-print/cups ) - >=media-libs/freetype-2.0.0 - !app-emulation/winex - !app-emulation/winex-transgaming" + >=media-libs/freetype-2.0.0" pkg_nofetch() { einfo "Please download the appropriate Cedega archive (${MY_P}.tgz)" |