diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-06 12:58:17 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-06 12:58:17 +0000 |
commit | 443c77d7a3c36199dd0d642a9b95dbae4e2472fd (patch) | |
tree | aadf219eab46258060be683b1ce9630bbe0bc855 /games-fps | |
parent | Fix bug #104944 (diff) | |
download | gentoo-2-443c77d7a3c36199dd0d642a9b95dbae4e2472fd.tar.gz gentoo-2-443c77d7a3c36199dd0d642a9b95dbae4e2472fd.tar.bz2 gentoo-2-443c77d7a3c36199dd0d642a9b95dbae4e2472fd.zip |
oggvorbis -> vorbis for bug #94254.
(Portage version: 1.589-cvs)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quakeforge/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/quakeforge/quakeforge-0.5.5.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-fps/quakeforge/ChangeLog b/games-fps/quakeforge/ChangeLog index 6e6f9e791ad3..213730f3b5a4 100644 --- a/games-fps/quakeforge/ChangeLog +++ b/games-fps/quakeforge/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quakeforge # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/ChangeLog,v 1.9 2005/06/15 18:39:23 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/ChangeLog,v 1.10 2005/09/06 12:57:29 wolf31o2 Exp $ + + 06 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> + quakeforge-0.5.5.ebuild: + oggvorbis -> vorbis for bug #94254. 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> quakeforge-0.5.5.ebuild: diff --git a/games-fps/quakeforge/quakeforge-0.5.5.ebuild b/games-fps/quakeforge/quakeforge-0.5.5.ebuild index b2d4379ec72c..a427d3d33b0a 100644 --- a/games-fps/quakeforge/quakeforge-0.5.5.ebuild +++ b/games-fps/quakeforge/quakeforge-0.5.5.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/quakeforge/quakeforge-0.5.5.ebuild,v 1.6 2005/06/15 18:39:23 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/quakeforge-0.5.5.ebuild,v 1.7 2005/09/06 12:57:29 wolf31o2 Exp $ inherit eutils games @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/quake/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="ppc x86" -IUSE="debug 3dfx fbcon opengl sdl svga X ncurses oggvorbis zlib ipv6 xv dga xmms alsa oss" +IUSE="debug 3dfx fbcon opengl sdl svga X ncurses vorbis zlib ipv6 xv dga xmms alsa oss" RESTRICT="nouserpriv" RDEPEND="3dfx? ( media-libs/glide-v3 ) @@ -20,7 +20,7 @@ RDEPEND="3dfx? ( media-libs/glide-v3 ) svga? ( media-libs/svgalib ) X? ( virtual/x11 ) ncurses? ( sys-libs/ncurses ) - oggvorbis? ( media-libs/libogg media-libs/libvorbis ) + vorbis? ( media-libs/libogg media-libs/libvorbis ) zlib? ( sys-libs/zlib ) xv? ( virtual/x11 ) dga? ( virtual/x11 ) @@ -73,7 +73,7 @@ src_compile() { addpredict ${GAMES_LIBDIR} egamesconf \ `use_enable ncurses curses` \ - `use_enable oggvorbis vorbis` \ + `use_enable vorbis` \ `use_enable zlib` \ `use_with ipv6` \ `use_with fbcon fbdev` \ |