summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-05-15 16:31:22 +0000
committerUlrich Müller <ulm@gentoo.org>2014-05-15 16:31:22 +0000
commite5d98ff2b914431e26c2cc3a6f7d3c407fb03c56 (patch)
tree927a090d474d7f1bd5b820af3aa8039f8e05617f /games-arcade
parentFix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff)
downloadgentoo-2-e5d98ff2b914431e26c2cc3a6f7d3c407fb03c56.tar.gz
gentoo-2-e5d98ff2b914431e26c2cc3a6f7d3c407fb03c56.tar.bz2
gentoo-2-e5d98ff2b914431e26c2cc3a6f7d3c407fb03c56.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/retrobattle/ChangeLog8
-rw-r--r--games-arcade/retrobattle/retrobattle-1.0.0.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/games-arcade/retrobattle/ChangeLog b/games-arcade/retrobattle/ChangeLog
index d4c15b7e0ac7..270052dfd41b 100644
--- a/games-arcade/retrobattle/ChangeLog
+++ b/games-arcade/retrobattle/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/retrobattle
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/retrobattle/ChangeLog,v 1.3 2012/10/17 03:27:39 phajdan.jr Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/retrobattle/ChangeLog,v 1.4 2014/05/15 16:31:22 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> retrobattle-1.0.0.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
retrobattle-1.0.0.ebuild:
diff --git a/games-arcade/retrobattle/retrobattle-1.0.0.ebuild b/games-arcade/retrobattle/retrobattle-1.0.0.ebuild
index dc5d0b061b45..5a8e0e6d9d27 100644
--- a/games-arcade/retrobattle/retrobattle-1.0.0.ebuild
+++ b/games-arcade/retrobattle/retrobattle-1.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 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/retrobattle/retrobattle-1.0.0.ebuild,v 1.3 2012/10/17 03:27:39 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/retrobattle/retrobattle-1.0.0.ebuild,v 1.4 2014/05/15 16:31:22 ulm Exp $
EAPI=3
inherit eutils games
@@ -17,7 +17,7 @@ IUSE=""
# test is incomplete
RESTRICT="test"
-DEPEND="media-libs/libsdl[X,audio,video]
+DEPEND="media-libs/libsdl[X,sound,video]
media-libs/sdl-mixer[wav]"
S=${WORKDIR}/${MY_P}/src