summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-05-15 16:45:39 +0000
committerUlrich Müller <ulm@gentoo.org>2014-05-15 16:45:39 +0000
commitbdaa5649fcaabc5c00e3ee08e18c4793fb19519f (patch)
treefdbc27488bbf94c8c27e4b8b8f2e780e1f74bb0d /games-fps
parentFix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff)
downloadgentoo-2-bdaa5649fcaabc5c00e3ee08e18c4793fb19519f.tar.gz
gentoo-2-bdaa5649fcaabc5c00e3ee08e18c4793fb19519f.tar.bz2
gentoo-2-bdaa5649fcaabc5c00e3ee08e18c4793fb19519f.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-fps')
-rw-r--r--games-fps/rott/ChangeLog9
-rw-r--r--games-fps/rott/rott-1.1.1.ebuild6
-rw-r--r--games-fps/rott/rott-1.1.2.ebuild6
3 files changed, 13 insertions, 8 deletions
diff --git a/games-fps/rott/ChangeLog b/games-fps/rott/ChangeLog
index 670f254f84c3..a704b6fbc807 100644
--- a/games-fps/rott/ChangeLog
+++ b/games-fps/rott/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-fps/rott
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/ChangeLog,v 1.12 2013/02/17 22:29:54 hasufell Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/ChangeLog,v 1.13 2014/05/15 16:45:39 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> rott-1.1.1.ebuild,
+ rott-1.1.2.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
*rott-1.1.2 (17 Feb 2013)
diff --git a/games-fps/rott/rott-1.1.1.ebuild b/games-fps/rott/rott-1.1.1.ebuild
index 8c7b144dd5e5..9aed3362f095 100644
--- a/games-fps/rott/rott-1.1.1.ebuild
+++ b/games-fps/rott/rott-1.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.1.1.ebuild,v 1.3 2010/03/18 05:43:20 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.1.1.ebuild,v 1.4 2014/05/15 16:45:39 ulm Exp $
EAPI=2
inherit eutils games
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="demo"
-RDEPEND="media-libs/libsdl[audio,joystick,video]
+RDEPEND="media-libs/libsdl[sound,joystick,video]
media-libs/sdl-mixer"
DEPEND="${RDEPEND}
app-arch/unzip"
diff --git a/games-fps/rott/rott-1.1.2.ebuild b/games-fps/rott/rott-1.1.2.ebuild
index 0f1164e4b326..4abe7de53b9e 100644
--- a/games-fps/rott/rott-1.1.2.ebuild
+++ b/games-fps/rott/rott-1.1.2.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-fps/rott/rott-1.1.2.ebuild,v 1.1 2013/02/17 22:29:54 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.1.2.ebuild,v 1.2 2014/05/15 16:45:39 ulm Exp $
EAPI=5
inherit eutils games
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="demo"
-RDEPEND="media-libs/libsdl[audio,joystick,video]
+RDEPEND="media-libs/libsdl[sound,joystick,video]
media-libs/sdl-mixer"
DEPEND="${RDEPEND}
app-arch/unzip"