summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-05-15 16:43:34 +0000
committerUlrich Müller <ulm@gentoo.org>2014-05-15 16:43:34 +0000
commite24449c492ea9e47c4ca089d67159ce63c395573 (patch)
treefecb4c7e8c0689033638f79602e328c245233c90 /games-engines
parentFix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff)
downloadgentoo-2-e24449c492ea9e47c4ca089d67159ce63c395573.tar.gz
gentoo-2-e24449c492ea9e47c4ca089d67159ce63c395573.tar.bz2
gentoo-2-e24449c492ea9e47c4ca089d67159ce63c395573.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-engines')
-rw-r--r--games-engines/scummvm/ChangeLog9
-rw-r--r--games-engines/scummvm/scummvm-1.5.0.ebuild6
-rw-r--r--games-engines/scummvm/scummvm-1.6.0.ebuild6
3 files changed, 13 insertions, 8 deletions
diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog
index dbebce0b9567..ddd724aa16cc 100644
--- a/games-engines/scummvm/ChangeLog
+++ b/games-engines/scummvm/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-engines/scummvm
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.128 2013/06/02 03:44:35 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.129 2014/05/15 16:43:34 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> scummvm-1.5.0.ebuild,
+ scummvm-1.6.0.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
*scummvm-1.6.0 (02 Jun 2013)
diff --git a/games-engines/scummvm/scummvm-1.5.0.ebuild b/games-engines/scummvm/scummvm-1.5.0.ebuild
index 0c93624bf2a1..0f0587a8ee97 100644
--- a/games-engines/scummvm/scummvm-1.5.0.ebuild
+++ b/games-engines/scummvm/scummvm-1.5.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-engines/scummvm/scummvm-1.5.0.ebuild,v 1.11 2013/01/28 01:48:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.5.0.ebuild,v 1.12 2014/05/15 16:43:34 ulm Exp $
EAPI=5
inherit eutils flag-o-matic toolchain-funcs games
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
IUSE="aac alsa debug flac fluidsynth mp3 opengl truetype vorbis"
RESTRICT="test" # it only looks like there's a test there #77507
-RDEPEND=">=media-libs/libsdl-1.2.2[audio,joystick,video]
+RDEPEND=">=media-libs/libsdl-1.2.2[sound,joystick,video]
sys-libs/zlib
vorbis? ( media-libs/libogg media-libs/libvorbis )
aac? ( media-libs/faad2 )
diff --git a/games-engines/scummvm/scummvm-1.6.0.ebuild b/games-engines/scummvm/scummvm-1.6.0.ebuild
index d7963db0a7a6..5230780d2541 100644
--- a/games-engines/scummvm/scummvm-1.6.0.ebuild
+++ b/games-engines/scummvm/scummvm-1.6.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-engines/scummvm/scummvm-1.6.0.ebuild,v 1.1 2013/06/02 03:44:35 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.6.0.ebuild,v 1.2 2014/05/15 16:43:34 ulm Exp $
EAPI=5
inherit eutils flag-o-matic gnome2-utils toolchain-funcs games
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="aac alsa debug flac fluidsynth mp3 opengl truetype vorbis"
RESTRICT="test" # it only looks like there's a test there #77507
-RDEPEND=">=media-libs/libsdl-1.2.2[audio,joystick,video]
+RDEPEND=">=media-libs/libsdl-1.2.2[sound,joystick,video]
sys-libs/zlib
vorbis? ( media-libs/libogg media-libs/libvorbis )
aac? ( media-libs/faad2 )