diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:57:07 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:57:07 +0000 |
commit | bf34d9399b4201a2d7b1a48f59cfc0a945887c98 (patch) | |
tree | e28fd2dd4cfdb405479cb0d28e103290566b8597 /games-rpg | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-bf34d9399b4201a2d7b1a48f59cfc0a945887c98.tar.gz gentoo-2-bf34d9399b4201a2d7b1a48f59cfc0a945887c98.tar.bz2 gentoo-2-bf34d9399b4201a2d7b1a48f59cfc0a945887c98.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-rpg')
-rw-r--r-- | games-rpg/adonthell/ChangeLog | 9 | ||||
-rw-r--r-- | games-rpg/adonthell/adonthell-0.3.5-r1.ebuild | 6 | ||||
-rw-r--r-- | games-rpg/adonthell/adonthell-0.3.5.ebuild | 6 |
3 files changed, 13 insertions, 8 deletions
diff --git a/games-rpg/adonthell/ChangeLog b/games-rpg/adonthell/ChangeLog index 1161d2954530..b33ce7908838 100644 --- a/games-rpg/adonthell/ChangeLog +++ b/games-rpg/adonthell/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-rpg/adonthell -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/ChangeLog,v 1.28 2013/08/19 13:59:28 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/ChangeLog,v 1.29 2014/05/15 16:57:07 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> adonthell-0.3.5.ebuild, + adonthell-0.3.5-r1.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 19 Aug 2013; Agostino Sarubbo <ago@gentoo.org> adonthell-0.3.5-r1.ebuild: Stable for ppc, wrt bug #480552 diff --git a/games-rpg/adonthell/adonthell-0.3.5-r1.ebuild b/games-rpg/adonthell/adonthell-0.3.5-r1.ebuild index cae722aed7e8..571d4e685398 100644 --- a/games-rpg/adonthell/adonthell-0.3.5-r1.ebuild +++ b/games-rpg/adonthell/adonthell-0.3.5-r1.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-rpg/adonthell/adonthell-0.3.5-r1.ebuild,v 1.6 2013/08/19 13:59:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/adonthell-0.3.5-r1.ebuild,v 1.7 2014/05/15 16:57:07 ulm Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) @@ -19,7 +19,7 @@ IUSE="doc nls" RDEPEND="${PYTHON_DEPS} media-libs/sdl-ttf media-libs/sdl-mixer[vorbis] - media-libs/libsdl:0[X,video,audio] + media-libs/libsdl:0[X,video,sound] sys-libs/zlib media-libs/freetype media-libs/libogg diff --git a/games-rpg/adonthell/adonthell-0.3.5.ebuild b/games-rpg/adonthell/adonthell-0.3.5.ebuild index 2a8c5b7f80fd..32736b63270e 100644 --- a/games-rpg/adonthell/adonthell-0.3.5.ebuild +++ b/games-rpg/adonthell/adonthell-0.3.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/adonthell-0.3.5.ebuild,v 1.7 2012/04/13 19:22:44 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/adonthell-0.3.5.ebuild,v 1.8 2014/05/15 16:57:07 ulm Exp $ EAPI=2 PYTHON_DEPEND="2" @@ -18,7 +18,7 @@ IUSE="doc nls" RDEPEND="media-libs/sdl-ttf media-libs/sdl-mixer[vorbis] - media-libs/libsdl[X,video,audio] + media-libs/libsdl[X,video,sound] sys-libs/zlib media-libs/freetype media-libs/libogg |