diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:45:14 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:45:14 +0000 |
commit | a5095a778533c47d78b8e71cb8d6583f1b334d62 (patch) | |
tree | c41b528a6c7815e10aea13bc674abc153f882964 /games-fps/quake3 | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-a5095a778533c47d78b8e71cb8d6583f1b334d62.tar.gz gentoo-2-a5095a778533c47d78b8e71cb8d6583f1b334d62.tar.bz2 gentoo-2-a5095a778533c47d78b8e71cb8d6583f1b334d62.zip |
Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-fps/quake3')
-rw-r--r-- | games-fps/quake3/ChangeLog | 9 | ||||
-rw-r--r-- | games-fps/quake3/quake3-1.36-r1.ebuild | 6 | ||||
-rw-r--r-- | games-fps/quake3/quake3-9999.ebuild | 6 |
3 files changed, 13 insertions, 8 deletions
diff --git a/games-fps/quake3/ChangeLog b/games-fps/quake3/ChangeLog index 06168eec2a7d..a1b0ee3d1ef0 100644 --- a/games-fps/quake3/ChangeLog +++ b/games-fps/quake3/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/quake3 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.68 2013/01/31 00:38:52 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.69 2014/05/15 16:45:14 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> quake3-1.36-r1.ebuild, + quake3-9999.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 31 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -files/quake3-1.34_rc3-gcc42.patch, -quake3-1.34_rc3.ebuild, diff --git a/games-fps/quake3/quake3-1.36-r1.ebuild b/games-fps/quake3/quake3-1.36-r1.ebuild index 094a8ef9f841..d532fa112296 100644 --- a/games-fps/quake3/quake3-1.36-r1.ebuild +++ b/games-fps/quake3/quake3-1.36-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.36-r1.ebuild,v 1.4 2013/01/13 11:30:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.36-r1.ebuild,v 1.5 2014/05/15 16:45:14 ulm Exp $ # quake3-9999 -> latest svn # quake3-9999.REV -> use svn REV @@ -27,7 +27,7 @@ KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" IUSE="dedicated opengl teamarena +openal curl vorbis voice mumble" UIDEPEND="virtual/opengl - media-libs/libsdl[audio,video,joystick,X,opengl] + media-libs/libsdl[sound,video,joystick,X,opengl] openal? ( media-libs/openal ) vorbis? ( media-libs/libogg diff --git a/games-fps/quake3/quake3-9999.ebuild b/games-fps/quake3/quake3-9999.ebuild index 83027bcc2d4a..9445cf5812c7 100644 --- a/games-fps/quake3/quake3-9999.ebuild +++ b/games-fps/quake3/quake3-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.25 2013/01/03 23:12:10 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.26 2014/05/15 16:45:14 ulm Exp $ # quake3-9999 -> latest git # quake3-9999.REV -> use git REV @@ -27,7 +27,7 @@ KEYWORDS="" IUSE="dedicated opengl teamarena +openal curl vorbis voice mumble" UIDEPEND="virtual/opengl - media-libs/libsdl[audio,video,joystick,X,opengl] + media-libs/libsdl[sound,video,joystick,X,opengl] virtual/jpeg openal? ( media-libs/openal ) vorbis? ( |