diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 17:06:38 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 17:06:38 +0000 |
commit | c3ceae5dac4693ce556e2365fa03b6c221b20110 (patch) | |
tree | 27737fae01fd332d61a3e74362d71faaa7e63ef5 /games-strategy | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-c3ceae5dac4693ce556e2365fa03b6c221b20110.tar.gz gentoo-2-c3ceae5dac4693ce556e2365fa03b6c221b20110.tar.bz2 gentoo-2-c3ceae5dac4693ce556e2365fa03b6c221b20110.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')
-rw-r--r-- | games-strategy/s25rttr/ChangeLog | 9 | ||||
-rw-r--r-- | games-strategy/s25rttr/s25rttr-0.8.1.ebuild | 6 | ||||
-rw-r--r-- | games-strategy/s25rttr/s25rttr-0.8.ebuild | 6 |
3 files changed, 13 insertions, 8 deletions
diff --git a/games-strategy/s25rttr/ChangeLog b/games-strategy/s25rttr/ChangeLog index a33899486f6d..88a3a4a4c210 100644 --- a/games-strategy/s25rttr/ChangeLog +++ b/games-strategy/s25rttr/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-strategy/s25rttr -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/s25rttr/ChangeLog,v 1.5 2013/12/23 13:45:08 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/s25rttr/ChangeLog,v 1.6 2014/05/15 17:06:38 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> s25rttr-0.8.ebuild, + s25rttr-0.8.1.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. *s25rttr-0.8.1 (23 Dec 2013) diff --git a/games-strategy/s25rttr/s25rttr-0.8.1.ebuild b/games-strategy/s25rttr/s25rttr-0.8.1.ebuild index 7fc5626ab600..3c678dd8f6ca 100644 --- a/games-strategy/s25rttr/s25rttr-0.8.1.ebuild +++ b/games-strategy/s25rttr/s25rttr-0.8.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/s25rttr/s25rttr-0.8.1.ebuild,v 1.1 2013/12/23 13:45:08 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/s25rttr/s25rttr-0.8.1.ebuild,v 1.2 2014/05/15 17:06:38 ulm Exp $ EAPI=5 inherit eutils cmake-utils gnome2-utils games @@ -18,7 +18,7 @@ IUSE="debug glfw" RDEPEND="app-arch/bzip2 media-libs/libsamplerate - media-libs/libsdl[X,audio,opengl,video] + media-libs/libsdl[X,sound,opengl,video] media-libs/libsndfile media-libs/sdl-mixer[vorbis] net-libs/miniupnpc diff --git a/games-strategy/s25rttr/s25rttr-0.8.ebuild b/games-strategy/s25rttr/s25rttr-0.8.ebuild index ad7de95a35bf..ab701f715f29 100644 --- a/games-strategy/s25rttr/s25rttr-0.8.ebuild +++ b/games-strategy/s25rttr/s25rttr-0.8.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/s25rttr/s25rttr-0.8.ebuild,v 1.4 2013/11/05 15:41:29 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/s25rttr/s25rttr-0.8.ebuild,v 1.5 2014/05/15 17:06:38 ulm Exp $ EAPI=4 inherit eutils cmake-utils gnome2-utils games @@ -18,7 +18,7 @@ IUSE="debug glfw" RDEPEND="app-arch/bzip2 media-libs/libsamplerate - media-libs/libsdl[X,audio,opengl,video] + media-libs/libsdl[X,sound,opengl,video] media-libs/libsndfile media-libs/sdl-mixer[vorbis] net-libs/miniupnpc |