summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-05-15 16:23:59 +0000
committerUlrich Müller <ulm@gentoo.org>2014-05-15 16:23:59 +0000
commitb2c51aead871741732482b87f5ff0c1eefca3793 (patch)
tree765fa3b0f9e26259fd10d9ce149b4dd3afa9746e /games-action
parentFix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff)
downloadgentoo-2-b2c51aead871741732482b87f5ff0c1eefca3793.tar.gz
gentoo-2-b2c51aead871741732482b87f5ff0c1eefca3793.tar.bz2
gentoo-2-b2c51aead871741732482b87f5ff0c1eefca3793.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/openclonk/ChangeLog7
-rw-r--r--games-action/openclonk/openclonk-5.3.3-r1.ebuild4
-rw-r--r--games-action/openclonk/openclonk-5.3.3.ebuild6
3 files changed, 11 insertions, 6 deletions
diff --git a/games-action/openclonk/ChangeLog b/games-action/openclonk/ChangeLog
index 0ddc12911e24..5d6ce4750f13 100644
--- a/games-action/openclonk/ChangeLog
+++ b/games-action/openclonk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-action/openclonk
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/ChangeLog,v 1.14 2014/03/18 18:49:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/ChangeLog,v 1.15 2014/05/15 16:23:59 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> openclonk-5.3.3.ebuild,
+ openclonk-5.3.3-r1.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/openclonk-5.2.2-zlib-1.2.6.patch, -openclonk-5.2.2.ebuild:
diff --git a/games-action/openclonk/openclonk-5.3.3-r1.ebuild b/games-action/openclonk/openclonk-5.3.3-r1.ebuild
index cae9e31922ca..b0c63e95e619 100644
--- a/games-action/openclonk/openclonk-5.3.3-r1.ebuild
+++ b/games-action/openclonk/openclonk-5.3.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/openclonk-5.3.3-r1.ebuild,v 1.1 2014/02/06 20:34:40 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/openclonk-5.3.3-r1.ebuild,v 1.2 2014/05/15 16:23:59 ulm Exp $
EAPI=5
@@ -35,7 +35,7 @@ RDEPEND="
x11-libs/libXrandr
x11-libs/libX11
sound? (
- media-libs/libsdl[audio]
+ media-libs/libsdl[sound]
media-libs/sdl-mixer[mp3?,vorbis,wav]
)
)
diff --git a/games-action/openclonk/openclonk-5.3.3.ebuild b/games-action/openclonk/openclonk-5.3.3.ebuild
index b22fcbf3de61..af821690336e 100644
--- a/games-action/openclonk/openclonk-5.3.3.ebuild
+++ b/games-action/openclonk/openclonk-5.3.3.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/openclonk/openclonk-5.3.3.ebuild,v 1.5 2013/09/05 19:44:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/openclonk-5.3.3.ebuild,v 1.6 2014/05/15 16:23:59 ulm Exp $
EAPI=5
@@ -35,7 +35,7 @@ RDEPEND="
x11-libs/libXrandr
x11-libs/libX11
sound? (
- media-libs/libsdl[audio]
+ media-libs/libsdl[sound]
media-libs/sdl-mixer[mp3?,vorbis,wav]
)
)