diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:35:38 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:35:38 +0000 |
commit | e00351262525955fae3d8f26c27fb93fa1d91749 (patch) | |
tree | 995265bc178735caa52c37754b5e58b1b47df201 /games-emulation | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-e00351262525955fae3d8f26c27fb93fa1d91749.tar.gz gentoo-2-e00351262525955fae3d8f26c27fb93fa1d91749.tar.bz2 gentoo-2-e00351262525955fae3d8f26c27fb93fa1d91749.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/gambatte/ChangeLog | 9 | ||||
-rw-r--r-- | games-emulation/gambatte/gambatte-0.5.0_p20130601.ebuild | 6 | ||||
-rw-r--r-- | games-emulation/gambatte/gambatte-0.5.0_p20131102.ebuild | 6 |
3 files changed, 13 insertions, 8 deletions
diff --git a/games-emulation/gambatte/ChangeLog b/games-emulation/gambatte/ChangeLog index 63df019f4d7b..2b009da72a40 100644 --- a/games-emulation/gambatte/ChangeLog +++ b/games-emulation/gambatte/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-emulation/gambatte -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gambatte/ChangeLog,v 1.5 2013/11/18 20:34:12 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gambatte/ChangeLog,v 1.6 2014/05/15 16:35:38 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> gambatte-0.5.0_p20130601.ebuild, + gambatte-0.5.0_p20131102.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. *gambatte-0.5.0_p20131102 (18 Nov 2013) diff --git a/games-emulation/gambatte/gambatte-0.5.0_p20130601.ebuild b/games-emulation/gambatte/gambatte-0.5.0_p20130601.ebuild index 9052aef0f562..3687ee1cc1bb 100644 --- a/games-emulation/gambatte/gambatte-0.5.0_p20130601.ebuild +++ b/games-emulation/gambatte/gambatte-0.5.0_p20130601.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/gambatte/gambatte-0.5.0_p20130601.ebuild,v 1.1 2013/06/06 09:49:34 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gambatte/gambatte-0.5.0_p20130601.ebuild,v 1.2 2014/05/15 16:35:38 ulm Exp $ EAPI=5 @@ -28,7 +28,7 @@ RDEPEND=" x11-libs/libXrandr x11-libs/libXv ) - sdl? ( media-libs/libsdl[X,audio,joystick,video] )" + sdl? ( media-libs/libsdl[X,sound,joystick,video] )" DEPEND="${RDEPEND} app-arch/gzip" diff --git a/games-emulation/gambatte/gambatte-0.5.0_p20131102.ebuild b/games-emulation/gambatte/gambatte-0.5.0_p20131102.ebuild index 3d0e079a096a..a8828faa52ba 100644 --- a/games-emulation/gambatte/gambatte-0.5.0_p20131102.ebuild +++ b/games-emulation/gambatte/gambatte-0.5.0_p20131102.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/gambatte/gambatte-0.5.0_p20131102.ebuild,v 1.1 2013/11/18 20:34:11 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gambatte/gambatte-0.5.0_p20131102.ebuild,v 1.2 2014/05/15 16:35:38 ulm Exp $ EAPI=5 @@ -28,7 +28,7 @@ RDEPEND=" x11-libs/libXrandr x11-libs/libXv ) - sdl? ( media-libs/libsdl[X,audio,joystick,video] )" + sdl? ( media-libs/libsdl[X,sound,joystick,video] )" DEPEND="${RDEPEND} app-arch/xz-utils" |