diff options
author | Davide Cendron <scen@gentoo.org> | 2008-02-02 15:02:58 +0000 |
---|---|---|
committer | Davide Cendron <scen@gentoo.org> | 2008-02-02 15:02:58 +0000 |
commit | 245b97c89dc37680ceaa9b3936854c330535991f (patch) | |
tree | e216ac1b1309fcf3bed738c69b10c3ac2ded0f62 /games-fps/vavoom/vavoom-1.26.ebuild | |
parent | sys-apps/cfnrename: Added ~amd64 keyword. (diff) | |
download | sunrise-reviewed-245b97c89dc37680ceaa9b3936854c330535991f.tar.gz sunrise-reviewed-245b97c89dc37680ceaa9b3936854c330535991f.tar.bz2 sunrise-reviewed-245b97c89dc37680ceaa9b3936854c330535991f.zip |
games-fps/vavoom: Updated cmake patch to reflect upstream changes. Introduced use of EAPI, and enabling "sdl" USE flag by default. Readded "vorbis" USE flag in SVN live ebuild, because a user would can enable Vorbis support, but not install the enhanced music files (see previous change by jakub); if "music" is on, and "vorbis" is off, Vorbis support is forcibly enabled.
svn path=/sunrise/; revision=5583
Diffstat (limited to 'games-fps/vavoom/vavoom-1.26.ebuild')
-rw-r--r-- | games-fps/vavoom/vavoom-1.26.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games-fps/vavoom/vavoom-1.26.ebuild b/games-fps/vavoom/vavoom-1.26.ebuild index 5bd9ed347..e9ce3e09a 100644 --- a/games-fps/vavoom/vavoom-1.26.ebuild +++ b/games-fps/vavoom/vavoom-1.26.ebuild @@ -2,7 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +EAPI="1" + WX_GTK_VER="2.6" + inherit autotools eutils flag-o-matic wxwidgets games DESCRIPTION="Advanced source port for Doom/Heretic/Hexen/Strife" @@ -13,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="allegro asm debug dedicated external-glbsp flac mad mikmod models music -openal opengl sdl textures tools wxwindows" +openal opengl +sdl textures tools wxwindows" QA_EXECSTACK="${GAMES_BINDIR:1}/${PN}" |