summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-05-15 16:34:33 +0000
committerUlrich Müller <ulm@gentoo.org>2014-05-15 16:34:33 +0000
commit8bd4f8a1964ae2bfc53df0eabbd0d9b269f82d37 (patch)
tree5df397865be22c422cd458bcf04f62e6996c4601 /games-arcade
parentFix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff)
downloadgentoo-2-8bd4f8a1964ae2bfc53df0eabbd0d9b269f82d37.tar.gz
gentoo-2-8bd4f8a1964ae2bfc53df0eabbd0d9b269f82d37.tar.bz2
gentoo-2-8bd4f8a1964ae2bfc53df0eabbd0d9b269f82d37.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/yarsrevenge/ChangeLog8
-rw-r--r--games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/games-arcade/yarsrevenge/ChangeLog b/games-arcade/yarsrevenge/ChangeLog
index ab7497f027c9..5e6aa4f6b434 100644
--- a/games-arcade/yarsrevenge/ChangeLog
+++ b/games-arcade/yarsrevenge/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/yarsrevenge
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/yarsrevenge/ChangeLog,v 1.11 2009/12/04 09:06:21 tupone Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/yarsrevenge/ChangeLog,v 1.12 2014/05/15 16:34:33 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> yarsrevenge-0.99.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
04 Dec 2009; Tupone Alfredo <tupone@gentoo.org> files/0.99-math.patch,
yarsrevenge-0.99.ebuild:
diff --git a/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild b/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild
index 448f4299dee1..951fd258e2fa 100644
--- a/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild
+++ b/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 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/yarsrevenge/yarsrevenge-0.99.ebuild,v 1.12 2009/12/04 19:58:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild,v 1.13 2014/05/15 16:34:33 ulm Exp $
EAPI=2
inherit eutils games
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ~ppc sparc x86 ~x86-fbsd"
IUSE=""
-DEPEND="media-libs/libsdl[audio,joystick,video]"
+DEPEND="media-libs/libsdl[sound,joystick,video]"
S=${WORKDIR}/yar-${PV}