diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-27 03:13:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-27 03:13:58 +0000 |
commit | 919db84ff7b2f86a21058e09b84e0d5add573b73 (patch) | |
tree | 67ac25795d90fdcb5a179c0298d18704c78fc8a1 /games-fps/rott/rott-1.0.ebuild | |
parent | USE sync (diff) | |
download | historical-919db84ff7b2f86a21058e09b84e0d5add573b73.tar.gz historical-919db84ff7b2f86a21058e09b84e0d5add573b73.tar.bz2 historical-919db84ff7b2f86a21058e09b84e0d5add573b73.zip |
IUSE
Diffstat (limited to 'games-fps/rott/rott-1.0.ebuild')
-rw-r--r-- | games-fps/rott/rott-1.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-fps/rott/rott-1.0.ebuild b/games-fps/rott/rott-1.0.ebuild index d7af12f80ed3..0311e49bad77 100644 --- a/games-fps/rott/rott-1.0.ebuild +++ b/games-fps/rott/rott-1.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.0.ebuild,v 1.3 2004/02/20 06:40:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.0.ebuild,v 1.4 2004/05/27 03:11:29 mr_bones_ Exp $ -inherit games eutils +inherit eutils games DESCRIPTION="Rise of the Triad for Linux!" HOMEPAGE="http://www.icculus.org/rott/" @@ -12,6 +12,7 @@ SRC_URI="http://www.icculus.org/rott/releases/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="media-libs/libsdl media-libs/sdl-mixer" |