diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:39:28 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:39:28 +0000 |
commit | ba65ebd4636fa9d3aaca940559442ec11f220a03 (patch) | |
tree | a724697c5a39619c1847009de5fcad4217e781b9 /games-emulation | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-ba65ebd4636fa9d3aaca940559442ec11f220a03.tar.gz gentoo-2-ba65ebd4636fa9d3aaca940559442ec11f220a03.tar.bz2 gentoo-2-ba65ebd4636fa9d3aaca940559442ec11f220a03.zip |
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!)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/pcsxr/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/pcsxr/pcsxr-1.9.94.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-emulation/pcsxr/ChangeLog b/games-emulation/pcsxr/ChangeLog index a3dba9ba81d9..a718458a35a2 100644 --- a/games-emulation/pcsxr/ChangeLog +++ b/games-emulation/pcsxr/ChangeLog @@ -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 <ulm@gentoo.org> 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 <mgorny@gentoo.org> pcsxr-1.9.94.ebuild: Pass missing --datarootdir. diff --git a/games-emulation/pcsxr/pcsxr-1.9.94.ebuild b/games-emulation/pcsxr/pcsxr-1.9.94.ebuild index 248ddf6c8b2f..40d7328c23f9 100644 --- a/games-emulation/pcsxr/pcsxr-1.9.94.ebuild +++ b/games-emulation/pcsxr/pcsxr-1.9.94.ebuild @@ -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 @@ RDEPEND="dev-libs/glib:2= 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 |