diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-03 21:27:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-03 21:27:20 +0000 |
commit | ecc374e8add1bb2b5c6b3bf0072eb4beddeb9cf6 (patch) | |
tree | 19e1612d8207fff1b34c29312c1d84aa909efce0 /games-fps/aaut | |
parent | IUSE (Manifest recommit) (diff) | |
download | gentoo-2-ecc374e8add1bb2b5c6b3bf0072eb4beddeb9cf6.tar.gz gentoo-2-ecc374e8add1bb2b5c6b3bf0072eb4beddeb9cf6.tar.bz2 gentoo-2-ecc374e8add1bb2b5c6b3bf0072eb4beddeb9cf6.zip |
IUSE; tidy
Diffstat (limited to 'games-fps/aaut')
-rw-r--r-- | games-fps/aaut/aaut-1.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/games-fps/aaut/aaut-1.ebuild b/games-fps/aaut/aaut-1.ebuild index d96a57e021bd..70015824b437 100644 --- a/games-fps/aaut/aaut-1.ebuild +++ b/games-fps/aaut/aaut-1.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/aaut/aaut-1.ebuild,v 1.3 2004/02/20 06:40:06 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/aaut/aaut-1.ebuild,v 1.4 2004/05/03 21:27:20 mr_bones_ Exp $ inherit games @@ -10,11 +10,15 @@ HOMEPAGE="http://icculus.org/~chunky/ut/aaut/" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" -RDEPEND="|| ( games-fps/unreal-tournament games-fps/unreal-tournament-goty ) +RDEPEND="virtual/glibc + || ( + games-fps/unreal-tournament + games-fps/unreal-tournament-goty ) media-libs/aalib" src_install() { - dogamesbin ${FILESDIR}/aaut + dogamesbin "${FILESDIR}/aaut" || die "dogamesbin failed" prepgamesdirs } |