ulm 14/05/15 16:22:00 Modified: ChangeLog d2x-rebirth-0.57.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.7 games-action/d2x-rebirth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/d2x-rebirth/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/d2x-rebirth/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/d2x-rebirth/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/d2x-rebirth/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 4 Apr 2014 05:57:19 -0000 1.6 +++ ChangeLog 15 May 2014 16:22:00 -0000 1.7 @@ -1,6 +1,10 @@ # ChangeLog for games-action/d2x-rebirth # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d2x-rebirth/ChangeLog,v 1.6 2014/04/04 05:57:19 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d2x-rebirth/ChangeLog,v 1.7 2014/05/15 16:22:00 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> d2x-rebirth-0.57.3.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 04 Apr 2014; Ulrich Müller <[email protected]> d2x-rebirth-0.50.ebuild: Fix LICENSE in previous ebuild too. 1.3 games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild?r1=1.2&r2=1.3 Index: d2x-rebirth-0.57.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- d2x-rebirth-0.57.3.ebuild 6 Feb 2013 21:52:39 -0000 1.2 +++ d2x-rebirth-0.57.3.ebuild 15 May 2014 16:22:00 -0000 1.3 @@ -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-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild,v 1.2 2013/02/06 21:52:39 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild,v 1.3 2014/05/15 16:22:00 ulm Exp $ EAPI=5 @@ -24,7 +24,7 @@ sc55-musicpack? ( music )" RDEPEND="dev-games/physfs[hog,mvl,zip] - media-libs/libsdl[X,audio,joystick,opengl?,video] + media-libs/libsdl[X,sound,joystick,opengl?,video] music? ( media-libs/sdl-mixer[timidity,vorbis] )
