diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 17:05:54 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 17:05:54 +0000 |
commit | 48afa34c20f67324acba4d588e505400b3c3795f (patch) | |
tree | 5449b51659d59890e65b14ecc9507e1aecf855e7 /games-strategy/megaglest | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-48afa34c20f67324acba4d588e505400b3c3795f.tar.gz gentoo-2-48afa34c20f67324acba4d588e505400b3c3795f.tar.bz2 gentoo-2-48afa34c20f67324acba4d588e505400b3c3795f.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-strategy/megaglest')
-rw-r--r-- | games-strategy/megaglest/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/megaglest/megaglest-3.6.0.3.ebuild | 6 | ||||
-rw-r--r-- | games-strategy/megaglest/megaglest-3.7.0.ebuild | 6 | ||||
-rw-r--r-- | games-strategy/megaglest/megaglest-3.7.1.ebuild | 6 | ||||
-rw-r--r-- | games-strategy/megaglest/megaglest-3.9.0.4.ebuild | 6 | ||||
-rw-r--r-- | games-strategy/megaglest/megaglest-3.9.1.ebuild | 4 |
6 files changed, 21 insertions, 15 deletions
diff --git a/games-strategy/megaglest/ChangeLog b/games-strategy/megaglest/ChangeLog index 85c927e76f76..26c13eaef83e 100644 --- a/games-strategy/megaglest/ChangeLog +++ b/games-strategy/megaglest/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-strategy/megaglest # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/ChangeLog,v 1.18 2014/01/27 00:57:20 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/ChangeLog,v 1.19 2014/05/15 17:05:54 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> megaglest-3.6.0.3.ebuild, + megaglest-3.7.0.ebuild, megaglest-3.7.1.ebuild, megaglest-3.9.0.4.ebuild, + megaglest-3.9.1.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. *megaglest-3.9.1 (27 Jan 2014) diff --git a/games-strategy/megaglest/megaglest-3.6.0.3.ebuild b/games-strategy/megaglest/megaglest-3.6.0.3.ebuild index 1192c23bdcc8..66c7693789c9 100644 --- a/games-strategy/megaglest/megaglest-3.6.0.3.ebuild +++ b/games-strategy/megaglest/megaglest-3.6.0.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-strategy/megaglest/megaglest-3.6.0.3.ebuild,v 1.9 2013/05/18 16:29:37 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.6.0.3.ebuild,v 1.10 2014/05/15 17:05:54 ulm Exp $ EAPI=4 VIRTUALX_REQUIRED="manual" @@ -20,7 +20,7 @@ RDEPEND=" dev-libs/libxml2 media-libs/fontconfig media-libs/freetype - media-libs/libsdl[X,audio,joystick,opengl,video] + media-libs/libsdl[X,sound,joystick,opengl,video] media-libs/libvorbis media-libs/openal net-libs/gnutls diff --git a/games-strategy/megaglest/megaglest-3.7.0.ebuild b/games-strategy/megaglest/megaglest-3.7.0.ebuild index 8c0e4b7eb651..b39643fa66c8 100644 --- a/games-strategy/megaglest/megaglest-3.7.0.ebuild +++ b/games-strategy/megaglest/megaglest-3.7.0.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-strategy/megaglest/megaglest-3.7.0.ebuild,v 1.3 2013/05/18 16:29:37 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.7.0.ebuild,v 1.4 2014/05/15 17:05:54 ulm Exp $ EAPI=4 VIRTUALX_REQUIRED="manual" @@ -20,7 +20,7 @@ RDEPEND=" dev-libs/libxml2 media-libs/fontconfig media-libs/freetype - media-libs/libsdl[X,audio,joystick,opengl,video] + media-libs/libsdl[X,sound,joystick,opengl,video] media-libs/libvorbis media-libs/openal net-libs/gnutls diff --git a/games-strategy/megaglest/megaglest-3.7.1.ebuild b/games-strategy/megaglest/megaglest-3.7.1.ebuild index aa5745fc4639..161bafd6dcec 100644 --- a/games-strategy/megaglest/megaglest-3.7.1.ebuild +++ b/games-strategy/megaglest/megaglest-3.7.1.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-strategy/megaglest/megaglest-3.7.1.ebuild,v 1.6 2013/10/12 03:27:22 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.7.1.ebuild,v 1.7 2014/05/15 17:05:54 ulm Exp $ EAPI=4 VIRTUALX_REQUIRED="manual" @@ -20,7 +20,7 @@ RDEPEND=" dev-libs/libxml2 media-libs/fontconfig media-libs/freetype - media-libs/libsdl[X,audio,joystick,opengl,video] + media-libs/libsdl[X,sound,joystick,opengl,video] media-libs/libvorbis media-libs/openal net-libs/gnutls diff --git a/games-strategy/megaglest/megaglest-3.9.0.4.ebuild b/games-strategy/megaglest/megaglest-3.9.0.4.ebuild index 4c5819399c99..af66c83311f0 100644 --- a/games-strategy/megaglest/megaglest-3.9.0.4.ebuild +++ b/games-strategy/megaglest/megaglest-3.9.0.4.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-strategy/megaglest/megaglest-3.9.0.4.ebuild,v 1.1 2013/11/20 19:24:36 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.9.0.4.ebuild,v 1.2 2014/05/15 17:05:54 ulm Exp $ # google-breakpad # TODO: fribidi, libvorbis static @@ -23,7 +23,7 @@ RDEPEND=" dev-libs/libxml2 media-libs/fontconfig media-libs/freetype - media-libs/libsdl[X,audio,joystick,opengl,video] + media-libs/libsdl[X,sound,joystick,opengl,video] media-libs/libvorbis media-libs/openal net-libs/gnutls diff --git a/games-strategy/megaglest/megaglest-3.9.1.ebuild b/games-strategy/megaglest/megaglest-3.9.1.ebuild index 1ab77e588295..f484a6e91557 100644 --- a/games-strategy/megaglest/megaglest-3.9.1.ebuild +++ b/games-strategy/megaglest/megaglest-3.9.1.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-strategy/megaglest/megaglest-3.9.1.ebuild,v 1.1 2014/01/27 00:57:20 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.9.1.ebuild,v 1.2 2014/05/15 17:05:54 ulm Exp $ # google-breakpad # TODO: fribidi, libvorbis static @@ -23,7 +23,7 @@ RDEPEND=" dev-libs/libxml2 media-libs/fontconfig media-libs/freetype - media-libs/libsdl[X,audio,joystick,opengl,video] + media-libs/libsdl[X,sound,joystick,opengl,video] media-libs/libvorbis media-libs/openal net-libs/gnutls |