diff options
author | 2004-02-28 09:49:04 +0000 | |
---|---|---|
committer | 2004-02-28 09:49:04 +0000 | |
commit | eab7101e7db35803363cde3448d5f1a1f3e479f6 (patch) | |
tree | b63b0ce8ea768a771f1ecd2809ad40b27a1a8112 /games-fps/unreal | |
parent | version bump. changed XMl-Parser dep (diff) | |
download | historical-eab7101e7db35803363cde3448d5f1a1f3e479f6.tar.gz historical-eab7101e7db35803363cde3448d5f1a1f3e479f6.tar.bz2 historical-eab7101e7db35803363cde3448d5f1a1f3e479f6.zip |
take UT out of DEPEND
Diffstat (limited to 'games-fps/unreal')
-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 )" |