ulm 14/05/15 16:20:29 Modified: ChangeLog bzflag-2.4.2.ebuild Log: 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!)
Revision Changes Path 1.65 games-action/bzflag/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/bzflag/ChangeLog?rev=1.65&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/bzflag/ChangeLog?rev=1.65&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/bzflag/ChangeLog?r1=1.64&r2=1.65 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- ChangeLog 12 May 2013 12:32:27 -0000 1.64 +++ ChangeLog 15 May 2014 16:20:29 -0000 1.65 @@ -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 <[email protected]> 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 <[email protected]> files/bzflag-2.4.2-nocxxflags.patch: 1.7 games-action/bzflag/bzflag-2.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/bzflag/bzflag-2.4.2.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/bzflag/bzflag-2.4.2.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/bzflag/bzflag-2.4.2.ebuild?r1=1.6&r2=1.7 Index: bzflag-2.4.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.4.2.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- bzflag-2.4.2.ebuild 22 Nov 2012 10:07:47 -0000 1.6 +++ bzflag-2.4.2.ebuild 15 May 2014 16:20:29 -0000 1.7 @@ -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 @@ 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
