summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-05-15 16:23:11 +0000
committerUlrich Müller <ulm@gentoo.org>2014-05-15 16:23:11 +0000
commit27a4f43b4546afdc88ed9af554b4eb0bfd3a9ebd (patch)
treee34bf2ba110de88eebfa1e4a0a56c04f4772115d /games-action
parentFix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff)
downloadgentoo-2-27a4f43b4546afdc88ed9af554b4eb0bfd3a9ebd.tar.gz
gentoo-2-27a4f43b4546afdc88ed9af554b4eb0bfd3a9ebd.tar.bz2
gentoo-2-27a4f43b4546afdc88ed9af554b4eb0bfd3a9ebd.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/luola/ChangeLog6
-rw-r--r--games-action/luola/luola-1.3.2.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/games-action/luola/ChangeLog b/games-action/luola/ChangeLog
index 9dc0d8100669..b63b0fb27543 100644
--- a/games-action/luola/ChangeLog
+++ b/games-action/luola/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/luola
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v 1.17 2014/03/18 18:51:05 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v 1.18 2014/05/15 16:23:11 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> luola-1.3.2.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
18 Mar 2014; Michael Sterrett <mr_bones_@gentoo.org>
-files/luola-1.3.0-underlink.patch, -luola-1.3.0-r1.ebuild:
diff --git a/games-action/luola/luola-1.3.2.ebuild b/games-action/luola/luola-1.3.2.ebuild
index 971adf1f5fe8..ec5cf052ca37 100644
--- a/games-action/luola/luola-1.3.2.ebuild
+++ b/games-action/luola/luola-1.3.2.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-action/luola/luola-1.3.2.ebuild,v 1.5 2013/12/24 12:43:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/luola/luola-1.3.2.ebuild,v 1.6 2014/05/15 16:23:11 ulm Exp $
EAPI=5
inherit eutils autotools gnome2-utils games
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
-RDEPEND="media-libs/libsdl[X,audio,joystick,video]
+RDEPEND="media-libs/libsdl[X,sound,joystick,video]
media-libs/sdl-gfx
media-libs/sdl-image[jpeg,png]
media-libs/sdl-mixer