diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:38:17 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:38:17 +0000 |
commit | bfe55df3d0a8e51f6e0f23bf3104f102b3ffcf9c (patch) | |
tree | d24d5efcaa12330a06a51a769dcca1d0428d5645 /games-emulation | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-bfe55df3d0a8e51f6e0f23bf3104f102b3ffcf9c.tar.gz gentoo-2-bfe55df3d0a8e51f6e0f23bf3104f102b3ffcf9c.tar.bz2 gentoo-2-bfe55df3d0a8e51f6e0f23bf3104f102b3ffcf9c.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/mupen64plus-audio-sdl/ChangeLog | 9 | ||||
-rw-r--r-- | games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-emulation/mupen64plus-audio-sdl/ChangeLog b/games-emulation/mupen64plus-audio-sdl/ChangeLog index 76a779bddef1..d8fbed4a8ecb 100644 --- a/games-emulation/mupen64plus-audio-sdl/ChangeLog +++ b/games-emulation/mupen64plus-audio-sdl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-emulation/mupen64plus-audio-sdl -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-audio-sdl/ChangeLog,v 1.3 2013/12/19 16:55:19 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-audio-sdl/ChangeLog,v 1.4 2014/05/15 16:38:17 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> + mupen64plus-audio-sdl-2.0.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 19 Dec 2013; Michał Górny <mgorny@gentoo.org> mupen64plus-audio-sdl-2.0.ebuild: diff --git a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild index ebb6e7462abe..d6f7f35cd670 100644 --- a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild +++ b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.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/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild,v 1.3 2013/12/19 16:55:19 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild,v 1.4 2014/05/15 16:38:17 ulm Exp $ EAPI=5 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86" IUSE="libsamplerate oss speex" RDEPEND="games-emulation/mupen64plus-core:0= - media-libs/libsdl:0=[audio] + media-libs/libsdl:0=[sound] libsamplerate? ( media-libs/libsamplerate:0= ) speex? ( media-libs/speex:0= )" DEPEND="${RDEPEND} |