summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-05-15 16:22:00 +0000
committerUlrich Müller <ulm@gentoo.org>2014-05-15 16:22:00 +0000
commit3aeb0e17384dbd1bf246862b3835cff7386f5293 (patch)
tree01a78c387f528ad861814167d851373999f69d14 /games-action
parentFix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff)
downloadgentoo-2-3aeb0e17384dbd1bf246862b3835cff7386f5293.tar.gz
gentoo-2-3aeb0e17384dbd1bf246862b3835cff7386f5293.tar.bz2
gentoo-2-3aeb0e17384dbd1bf246862b3835cff7386f5293.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/d2x-rebirth/ChangeLog6
-rw-r--r--games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/games-action/d2x-rebirth/ChangeLog b/games-action/d2x-rebirth/ChangeLog
index 830e11c2b86f..7119a1685fbc 100644
--- a/games-action/d2x-rebirth/ChangeLog
+++ b/games-action/d2x-rebirth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/d2x-rebirth
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/d2x-rebirth/ChangeLog,v 1.6 2014/04/04 05:57:19 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/d2x-rebirth/ChangeLog,v 1.7 2014/05/15 16:22:00 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> d2x-rebirth-0.57.3.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
04 Apr 2014; Ulrich Müller <ulm@gentoo.org> d2x-rebirth-0.50.ebuild:
Fix LICENSE in previous ebuild too.
diff --git a/games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild b/games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild
index 14918a07afe2..6d5e4dbec8bd 100644
--- a/games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild
+++ b/games-action/d2x-rebirth/d2x-rebirth-0.57.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/d2x-rebirth/d2x-rebirth-0.57.3.ebuild,v 1.2 2013/02/06 21:52:39 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild,v 1.3 2014/05/15 16:22:00 ulm Exp $
EAPI=5
@@ -24,7 +24,7 @@ REQUIRED_USE="?? ( opl3-musicpack sc55-musicpack )
sc55-musicpack? ( music )"
RDEPEND="dev-games/physfs[hog,mvl,zip]
- media-libs/libsdl[X,audio,joystick,opengl?,video]
+ media-libs/libsdl[X,sound,joystick,opengl?,video]
music? (
media-libs/sdl-mixer[timidity,vorbis]
)