diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-28 09:49:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-28 09:49:04 +0000 |
commit | 028b115bcfa268f0857d8cd97dcac6778022544f (patch) | |
tree | bb2cba677032e6f03390ced6bef556b573b843b1 /games-fps/unreal/unreal-226.ebuild | |
parent | version bump. changed XMl-Parser dep (Manifest recommit) (diff) | |
download | gentoo-2-028b115bcfa268f0857d8cd97dcac6778022544f.tar.gz gentoo-2-028b115bcfa268f0857d8cd97dcac6778022544f.tar.bz2 gentoo-2-028b115bcfa268f0857d8cd97dcac6778022544f.zip |
take UT out of DEPEND
Diffstat (limited to 'games-fps/unreal/unreal-226.ebuild')
-rw-r--r-- | games-fps/unreal/unreal-226.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-fps/unreal/unreal-226.ebuild b/games-fps/unreal/unreal-226.ebuild index 9781733fe641..c9be1e43db96 100644 --- a/games-fps/unreal/unreal-226.ebuild +++ b/games-fps/unreal/unreal-226.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/unreal-226.ebuild,v 1.7 2004/02/09 05:06:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/unreal-226.ebuild,v 1.8 2004/02/28 09:49:04 vapier Exp $ inherit games eutils @@ -15,8 +15,7 @@ SLOT="0" KEYWORDS="-* x86" IUSE="X" -DEPEND="|| ( games-fps/unreal-tournament games-fps/unreal-tournament-goty ) - sys-libs/lib-compat" +DEPEND="sys-libs/lib-compat" RDEPEND="X? ( virtual/x11 ) opengl? ( virtual/opengl )" |