ulm 14/05/15 17:06:17 Modified: ChangeLog naev-0.5.3.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.20 games-strategy/naev/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 2 Jul 2013 00:40:03 -0000 1.19 +++ ChangeLog 15 May 2014 17:06:17 -0000 1.20 @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/naev -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.19 2013/07/02 00:40:03 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.20 2014/05/15 17:06:17 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> naev-0.5.3.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 02 Jul 2013; Julian Ospald <[email protected]> naev-0.5.3.ebuild: make build log verbose 1.8 games-strategy/naev/naev-0.5.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?r1=1.7&r2=1.8 Index: naev-0.5.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- naev-0.5.3.ebuild 2 Jul 2013 00:40:03 -0000 1.7 +++ naev-0.5.3.ebuild 15 May 2014 17:06:17 -0000 1.8 @@ -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-strategy/naev/naev-0.5.3.ebuild,v 1.7 2013/07/02 00:40:03 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v 1.8 2014/05/15 17:06:17 ulm Exp $ EAPI=2 inherit gnome2-utils games @@ -15,7 +15,7 @@ KEYWORDS="amd64 x86" IUSE="debug +mixer +openal" -RDEPEND="media-libs/libsdl[X,audio,video] +RDEPEND="media-libs/libsdl[X,sound,video] dev-libs/libxml2 >=media-libs/freetype-2 >=media-libs/libvorbis-1.2.1
