diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:40:11 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:40:11 +0000 |
commit | 5c7fe93089ad0a5dc9747b34d793896b7294c627 (patch) | |
tree | ea39dc8b49e2d8b10f86b25c7790a8009206e8ff /games-emulation | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-5c7fe93089ad0a5dc9747b34d793896b7294c627.tar.gz gentoo-2-5c7fe93089ad0a5dc9747b34d793896b7294c627.tar.bz2 gentoo-2-5c7fe93089ad0a5dc9747b34d793896b7294c627.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/sdlmame/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/sdlmame/sdlmame-0.148_p1-r1.ebuild | 6 | ||||
-rw-r--r-- | games-emulation/sdlmame/sdlmame-0.149.ebuild | 6 |
3 files changed, 12 insertions, 7 deletions
diff --git a/games-emulation/sdlmame/ChangeLog b/games-emulation/sdlmame/ChangeLog index ed8f122dd235..a500e122dde8 100644 --- a/games-emulation/sdlmame/ChangeLog +++ b/games-emulation/sdlmame/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-emulation/sdlmame # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/ChangeLog,v 1.69 2014/02/27 16:13:07 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/ChangeLog,v 1.70 2014/05/15 16:40:11 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> sdlmame-0.148_p1-r1.ebuild, + sdlmame-0.149.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 27 Feb 2014; Chris Reffett <creffett@gentoo.org> -sdlmame-0.144.ebuild: Remove old version with implicit base.eclass inherit, acked by Mr_Bones_ diff --git a/games-emulation/sdlmame/sdlmame-0.148_p1-r1.ebuild b/games-emulation/sdlmame/sdlmame-0.148_p1-r1.ebuild index 9baabf562a32..c44479f53cb2 100644 --- a/games-emulation/sdlmame/sdlmame-0.148_p1-r1.ebuild +++ b/games-emulation/sdlmame/sdlmame-0.148_p1-r1.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/sdlmame/sdlmame-0.148_p1-r1.ebuild,v 1.4 2013/11/22 22:18:03 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.148_p1-r1.ebuild,v 1.5 2014/05/15 16:40:11 ulm Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) @@ -32,7 +32,7 @@ REQUIRED_USE="debug? ( X )" RDEPEND="dev-libs/expat media-libs/fontconfig media-libs/flac - >=media-libs/libsdl-1.2.10[X,audio,joystick,opengl?,video] + >=media-libs/libsdl-1.2.10[X,sound,joystick,opengl?,video] media-libs/sdl-ttf sys-libs/zlib virtual/jpeg diff --git a/games-emulation/sdlmame/sdlmame-0.149.ebuild b/games-emulation/sdlmame/sdlmame-0.149.ebuild index 2717d7f40a10..87e9008867dc 100644 --- a/games-emulation/sdlmame/sdlmame-0.149.ebuild +++ b/games-emulation/sdlmame/sdlmame-0.149.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/sdlmame/sdlmame-0.149.ebuild,v 1.1 2013/06/26 13:14:28 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.149.ebuild,v 1.2 2014/05/15 16:40:11 ulm Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) @@ -33,7 +33,7 @@ RDEPEND=">=dev-lang/lua-5.2 dev-libs/expat media-libs/fontconfig media-libs/flac - >=media-libs/libsdl-1.2.10[audio,joystick,opengl?,video] + >=media-libs/libsdl-1.2.10[sound,joystick,opengl?,video] media-libs/sdl-ttf sys-libs/zlib virtual/jpeg |