diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-05-12 12:15:39 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-05-12 12:15:39 +0000 |
commit | 7bf2655d83525ef99023a65db8a3e905ed862088 (patch) | |
tree | 5acf4b81b3bff889412056c274982f4a1d4c8a62 /games-fps/unreal-tournament/unreal-tournament-451.ebuild | |
parent | update metadata (diff) | |
download | gentoo-2-7bf2655d83525ef99023a65db8a3e905ed862088.tar.gz gentoo-2-7bf2655d83525ef99023a65db8a3e905ed862088.tar.bz2 gentoo-2-7bf2655d83525ef99023a65db8a3e905ed862088.zip |
Made X a hard dependency and closing bug #92255.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'games-fps/unreal-tournament/unreal-tournament-451.ebuild')
-rw-r--r-- | games-fps/unreal-tournament/unreal-tournament-451.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-fps/unreal-tournament/unreal-tournament-451.ebuild b/games-fps/unreal-tournament/unreal-tournament-451.ebuild index eae9d381b0ee..03f9c78d152a 100644 --- a/games-fps/unreal-tournament/unreal-tournament-451.ebuild +++ b/games-fps/unreal-tournament/unreal-tournament-451.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.14 2005/04/15 13:31:43 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.15 2005/05/12 12:15:39 wolf31o2 Exp $ inherit eutils games @@ -12,15 +12,15 @@ SRC_URI="ftp://ftp.lokigames.com/pub/patches/ut/ut-install-436.run LICENSE="as-is" SLOT="0" KEYWORDS="-* x86 ~amd64" -IUSE="3dfx X opengl" +IUSE="3dfx opengl" -RDEPEND="X? ( virtual/x11 ) +RDEPEND="virtual/x11 =media-libs/libsdl-1.2* opengl? ( virtual/opengl ) amd64? ( app-emulation/emul-linux-x86-sdl app-emulation/emul-linux-x86-baselibs - X? ( app-emulation/emul-linux-x86-xlibs ) - )" + app-emulation/emul-linux-x86-xlibs )" + DEPEND="${RDEPEND} !games-fps/unreal-tournament-goty" |