summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-05-15 16:19:21 +0000
committerUlrich Müller <ulm@gentoo.org>2014-05-15 16:19:21 +0000
commite82b0c734cfb947623b564f6f3bc053fae3b72e3 (patch)
tree36e7b6a64666cb2f81450b739ba957fe15995d3a /games-action
parentQA: Rename "audio" USE flag to "sound", bug 357661. (diff)
downloadgentoo-2-e82b0c734cfb947623b564f6f3bc053fae3b72e3.tar.gz
gentoo-2-e82b0c734cfb947623b564f6f3bc053fae3b72e3.tar.bz2
gentoo-2-e82b0c734cfb947623b564f6f3bc053fae3b72e3.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-action')
-rw-r--r--games-action/abuse/ChangeLog8
-rw-r--r--games-action/abuse/abuse-0.8.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/games-action/abuse/ChangeLog b/games-action/abuse/ChangeLog
index 4cde8cd65497..cf065d71867d 100644
--- a/games-action/abuse/ChangeLog
+++ b/games-action/abuse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/abuse
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v 1.18 2013/02/01 00:17:12 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/ChangeLog,v 1.19 2014/05/15 16:19:21 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> abuse-0.8.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
01 Feb 2013; Michael Sterrett <mr_bones_@gentoo.org> metadata.xml:
metadata cleanup
diff --git a/games-action/abuse/abuse-0.8.ebuild b/games-action/abuse/abuse-0.8.ebuild
index 54039d30d2d5..59d61da62b55 100644
--- a/games-action/abuse/abuse-0.8.ebuild
+++ b/games-action/abuse/abuse-0.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v 1.5 2011/10/04 22:27:47 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v 1.6 2014/05/15 16:19:21 ulm Exp $
EAPI=2
inherit autotools eutils games
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
-DEPEND=">=media-libs/libsdl-1.1.6[audio,opengl,video]
+DEPEND=">=media-libs/libsdl-1.1.6[sound,opengl,video]
media-libs/sdl-mixer
virtual/opengl"