summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-05-15 16:50:04 +0000
committerUlrich Müller <ulm@gentoo.org>2014-05-15 16:50:04 +0000
commit462c69db9806d0b40e92d22ee0346bc3668e4197 (patch)
tree79999354bc8d01008bf83435d66fcc6ccdb7c783 /games-puzzle
parentFix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff)
downloadgentoo-2-462c69db9806d0b40e92d22ee0346bc3668e4197.tar.gz
gentoo-2-462c69db9806d0b40e92d22ee0346bc3668e4197.tar.bz2
gentoo-2-462c69db9806d0b40e92d22ee0346bc3668e4197.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-puzzle')
-rw-r--r--games-puzzle/concentration/ChangeLog8
-rw-r--r--games-puzzle/concentration/concentration-1.2-r1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/games-puzzle/concentration/ChangeLog b/games-puzzle/concentration/ChangeLog
index 4fa67200c500..bd10cb219bd7 100644
--- a/games-puzzle/concentration/ChangeLog
+++ b/games-puzzle/concentration/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-puzzle/concentration
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v 1.12 2010/08/13 13:18:48 josejx Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v 1.13 2014/05/15 16:50:04 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> concentration-1.2-r1.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
13 Aug 2010; Joseph Jezak <josejx@gentoo.org> concentration-1.2-r1.ebuild:
Marked ppc stable for bug #325149.
diff --git a/games-puzzle/concentration/concentration-1.2-r1.ebuild b/games-puzzle/concentration/concentration-1.2-r1.ebuild
index 1b73ab34de3c..a460d4cc0ff8 100644
--- a/games-puzzle/concentration/concentration-1.2-r1.ebuild
+++ b/games-puzzle/concentration/concentration-1.2-r1.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-puzzle/concentration/concentration-1.2-r1.ebuild,v 1.4 2010/08/13 13:18:48 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild,v 1.5 2014/05/15 16:50:04 ulm Exp $
EAPI=2
inherit eutils games
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
-DEPEND="media-libs/libsdl[audio,video]
+DEPEND="media-libs/libsdl[sound,video]
media-libs/sdl-mixer[vorbis]
media-libs/sdl-image[png]
media-libs/sdl-ttf"