diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:21:15 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:21:15 +0000 |
commit | aa04ec527e60464cfa28d182ba90f92a617916bb (patch) | |
tree | a206fc050a74631ec4d04046432aeb0546cb7ed7 /games-action | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-aa04ec527e60464cfa28d182ba90f92a617916bb.tar.gz gentoo-2-aa04ec527e60464cfa28d182ba90f92a617916bb.tar.bz2 gentoo-2-aa04ec527e60464cfa28d182ba90f92a617916bb.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/d1x-rebirth/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild | 4 | ||||
-rw-r--r-- | games-action/d1x-rebirth/d1x-rebirth-0.57.3.ebuild | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/games-action/d1x-rebirth/ChangeLog b/games-action/d1x-rebirth/ChangeLog index 52051bd2f0fd..eb730b92c725 100644 --- a/games-action/d1x-rebirth/ChangeLog +++ b/games-action/d1x-rebirth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-action/d1x-rebirth # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/ChangeLog,v 1.11 2014/04/04 05:56:31 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/ChangeLog,v 1.12 2014/05/15 16:21:15 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> d1x-rebirth-0.56.ebuild, + d1x-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> d1x-rebirth-0.50.ebuild, d1x-rebirth-0.56.ebuild: diff --git a/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild b/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild index 9ff0b15d711e..ed5abd8e2c44 100644 --- a/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild +++ b/games-action/d1x-rebirth/d1x-rebirth-0.56.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/d1x-rebirth/d1x-rebirth-0.56.ebuild,v 1.5 2014/04/04 05:56:31 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild,v 1.6 2014/05/15 16:21:15 ulm Exp $ EAPI=2 @@ -24,7 +24,7 @@ IUSE="ipv6 linguas_de opengl timidity" RDEPEND="opengl? ( virtual/opengl virtual/glu ) dev-games/physfs[hog,zip] - media-libs/libsdl[audio,opengl?,video] + media-libs/libsdl[sound,opengl?,video] media-libs/sdl-mixer[timidity?] cdinstall? ( !games-action/descent1-demodata )" DEPEND="${RDEPEND} diff --git a/games-action/d1x-rebirth/d1x-rebirth-0.57.3.ebuild b/games-action/d1x-rebirth/d1x-rebirth-0.57.3.ebuild index ffedd8906e95..541b3e2a27d1 100644 --- a/games-action/d1x-rebirth/d1x-rebirth-0.57.3.ebuild +++ b/games-action/d1x-rebirth/d1x-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/d1x-rebirth/d1x-rebirth-0.57.3.ebuild,v 1.1 2013/02/06 23:27:30 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/d1x-rebirth-0.57.3.ebuild,v 1.2 2014/05/15 16:21:15 ulm Exp $ EAPI=5 @@ -28,7 +28,7 @@ REQUIRED_USE="?? ( cdinstall demo ) sc55-musicpack? ( music )" RDEPEND="dev-games/physfs[hog,zip] - media-libs/libsdl[X,audio,joystick,opengl?,video] + media-libs/libsdl[X,sound,joystick,opengl?,video] cdinstall? ( !games-action/descent1-demodata ) music? ( media-libs/sdl-mixer[timidity] |