diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-03 23:10:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-03 23:10:38 +0000 |
commit | b03658a2bad4b2a604dfe9cf6ce454c4a08d25c9 (patch) | |
tree | ef4c718d421671771a14be1bcd7c13189af53aec /games-fps/unreal-tournament-strikeforce | |
parent | Stable on mips. (diff) | |
download | historical-b03658a2bad4b2a604dfe9cf6ce454c4a08d25c9.tar.gz historical-b03658a2bad4b2a604dfe9cf6ce454c4a08d25c9.tar.bz2 historical-b03658a2bad4b2a604dfe9cf6ce454c4a08d25c9.zip |
IUSE
Diffstat (limited to 'games-fps/unreal-tournament-strikeforce')
-rw-r--r-- | games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild b/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild index 4fc24b86272f..a2eacc45cbde 100644 --- a/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild +++ b/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.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-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild,v 1.5 2004/02/20 06:40:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild,v 1.6 2004/06/03 23:10:38 mr_bones_ Exp $ inherit games @@ -16,8 +16,11 @@ SRC_URI="mirror://gentoo/sf_180_server_files.tar.gz LICENSE="as-is" SLOT="0" KEYWORDS="x86" +IUSE="" -DEPEND="|| ( games-fps/unreal-tournament games-fps/unreal-tournament-goty )" +DEPEND="|| ( + games-fps/unreal-tournament + games-fps/unreal-tournament-goty )" S="${WORKDIR}" |