ulm 14/05/15 12:35:34 Modified: to-the-moon-0.ebuild ChangeLog Log: QA: Fix USE dependency on media-libs/libsdl2, "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.3 games-rpg/to-the-moon/to-the-moon-0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/to-the-moon/to-the-moon-0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/to-the-moon/to-the-moon-0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/to-the-moon/to-the-moon-0.ebuild?r1=1.2&r2=1.3 Index: to-the-moon-0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-rpg/to-the-moon/to-the-moon-0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- to-the-moon-0.ebuild 12 Mar 2014 04:36:34 -0000 1.2 +++ to-the-moon-0.ebuild 15 May 2014 12:35:34 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/to-the-moon/to-the-moon-0.ebuild,v 1.2 2014/03/12 04:36:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/to-the-moon/to-the-moon-0.ebuild,v 1.3 2014/05/15 12:35:34 ulm Exp $ # TODO: unbundling sdl-sound breaks the game @@ -29,7 +29,7 @@ RDEPEND=" !bundled-libs? ( dev-libs/libsigc++:2 - >=media-libs/libsdl2-2.0.1[X,audio,joystick,opengl,threads,video] + >=media-libs/libsdl2-2.0.1[X,joystick,opengl,sound,threads,video] media-libs/openal media-libs/sdl2-image[png] media-libs/sdl2-ttf 1.3 games-rpg/to-the-moon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/to-the-moon/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/to-the-moon/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/to-the-moon/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-rpg/to-the-moon/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 12 Mar 2014 04:36:34 -0000 1.2 +++ ChangeLog 15 May 2014 12:35:34 -0000 1.3 @@ -1,6 +1,10 @@ # ChangeLog for games-rpg/to-the-moon # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/to-the-moon/ChangeLog,v 1.2 2014/03/12 04:36:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/to-the-moon/ChangeLog,v 1.3 2014/05/15 12:35:34 ulm Exp $ + + 15 May 2014; Ulrich Müller <u...@gentoo.org> to-the-moon-0.ebuild: + QA: Fix USE dependency on media-libs/libsdl2, "audio" USE flag was renamed to + "sound", bug 357661. 12 Mar 2014; Patrick Lauer <patr...@gentoo.org> to-the-moon-0.ebuild: Shorten description for improved repoman happy