diff options
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 |