summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-05-15 16:31:02 +0000
committerUlrich Müller <ulm@gentoo.org>2014-05-15 16:31:02 +0000
commit8915d730f66d761d8c938060afcdb422a59dbf61 (patch)
tree2845a19b187b605dc7beedda1ad18e1e569b9ca6 /games-arcade
parentFix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff)
downloadgentoo-2-8915d730f66d761d8c938060afcdb422a59dbf61.tar.gz
gentoo-2-8915d730f66d761d8c938060afcdb422a59dbf61.tar.bz2
gentoo-2-8915d730f66d761d8c938060afcdb422a59dbf61.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-arcade')
-rw-r--r--games-arcade/primateplunge/ChangeLog8
-rw-r--r--games-arcade/primateplunge/primateplunge-1.1-r1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/games-arcade/primateplunge/ChangeLog b/games-arcade/primateplunge/ChangeLog
index dde78683ba38..fd6ef28c1ee9 100644
--- a/games-arcade/primateplunge/ChangeLog
+++ b/games-arcade/primateplunge/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/primateplunge
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/primateplunge/ChangeLog,v 1.11 2013/04/21 10:31:44 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/primateplunge/ChangeLog,v 1.12 2014/05/15 16:31:02 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> primateplunge-1.1-r1.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
21 Apr 2013; Ulrich Müller <ulm@gentoo.org> primateplunge-1.1-r1.ebuild:
Fix LICENSE, add mirror and bindist restriction, bug 465850. Update SRC_URI.
diff --git a/games-arcade/primateplunge/primateplunge-1.1-r1.ebuild b/games-arcade/primateplunge/primateplunge-1.1-r1.ebuild
index 000bc9cc799a..626b1c5763b9 100644
--- a/games-arcade/primateplunge/primateplunge-1.1-r1.ebuild
+++ b/games-arcade/primateplunge/primateplunge-1.1-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-arcade/primateplunge/primateplunge-1.1-r1.ebuild,v 1.7 2013/04/21 10:31:44 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/primateplunge/primateplunge-1.1-r1.ebuild,v 1.8 2014/05/15 16:31:02 ulm Exp $
EAPI=2
inherit eutils games
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc x86 ~x86-fbsd"
IUSE=""
RESTRICT="mirror bindist" #465850
-DEPEND="media-libs/libsdl[audio,video]
+DEPEND="media-libs/libsdl[sound,video]
media-libs/sdl-mixer"
src_install() {