diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:20:29 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:20:29 +0000 |
commit | a0af7721fa01bfde64d3851e0b5c9a7588af04d7 (patch) | |
tree | 03b953f73a23da9a62f7db6429a23f171f0b31b7 /games-action | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-a0af7721fa01bfde64d3851e0b5c9a7588af04d7.tar.gz gentoo-2-a0af7721fa01bfde64d3851e0b5c9a7588af04d7.tar.bz2 gentoo-2-a0af7721fa01bfde64d3851e0b5c9a7588af04d7.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-action')
-rw-r--r-- | games-action/bzflag/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/bzflag/bzflag-2.4.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-action/bzflag/ChangeLog b/games-action/bzflag/ChangeLog index 85646470d38d..758157acf74d 100644 --- a/games-action/bzflag/ChangeLog +++ b/games-action/bzflag/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/bzflag -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.64 2013/05/12 12:32:27 tupone Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.65 2014/05/15 16:20:29 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> bzflag-2.4.2.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 12 May 2013; Alfredo Tupone <tupone@gentoo.org> files/bzflag-2.4.2-nocxxflags.patch: diff --git a/games-action/bzflag/bzflag-2.4.2.ebuild b/games-action/bzflag/bzflag-2.4.2.ebuild index c71ed5fd4817..d80ad11d257f 100644 --- a/games-action/bzflag/bzflag-2.4.2.ebuild +++ b/games-action/bzflag/bzflag-2.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.4.2.ebuild,v 1.6 2012/11/22 10:07:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.4.2.ebuild,v 1.7 2014/05/15 16:20:29 ulm Exp $ EAPI=4 inherit autotools eutils flag-o-matic games @@ -16,7 +16,7 @@ IUSE="dedicated sdl upnp" UIDEPEND="virtual/opengl virtual/glu - media-libs/libsdl[audio,joystick,video] + media-libs/libsdl[sound,joystick,video] media-libs/glew x11-libs/libICE x11-libs/libSM |