ulm 14/05/15 16:39:28 Modified: pcsxr-1.9.94.ebuild ChangeLog 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.3 games-emulation/pcsxr/pcsxr-1.9.94.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/pcsxr/pcsxr-1.9.94.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/pcsxr/pcsxr-1.9.94.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/pcsxr/pcsxr-1.9.94.ebuild?r1=1.2&r2=1.3 Index: pcsxr-1.9.94.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/pcsxr/pcsxr-1.9.94.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pcsxr-1.9.94.ebuild 11 Dec 2013 19:07:06 -0000 1.2 +++ pcsxr-1.9.94.ebuild 15 May 2014 16:39:28 -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-emulation/pcsxr/pcsxr-1.9.94.ebuild,v 1.2 2013/12/11 19:07:06 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsxr/pcsxr-1.9.94.ebuild,v 1.3 2014/05/15 16:39:28 ulm Exp $ EAPI=5 @@ -36,7 +36,7 @@ opengl? ( virtual/opengl:0= x11-libs/libXxf86vm:0= ) pulseaudio? ( media-sound/pulseaudio:0= ) - sdl? ( media-libs/libsdl:0=[audio] )" + sdl? ( media-libs/libsdl:0=[sound] )" DEPEND="${RDEPEND} app-arch/unzip dev-util/intltool 1.3 games-emulation/pcsxr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/pcsxr/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/pcsxr/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/pcsxr/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/pcsxr/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 11 Dec 2013 19:07:06 -0000 1.2 +++ ChangeLog 15 May 2014 16:39:28 -0000 1.3 @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/pcsxr -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsxr/ChangeLog,v 1.2 2013/12/11 19:07:06 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsxr/ChangeLog,v 1.3 2014/05/15 16:39:28 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> pcsxr-1.9.94.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 11 Dec 2013; Michał Górny <[email protected]> pcsxr-1.9.94.ebuild: Pass missing --datarootdir.
