diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:24:24 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:24:24 +0000 |
commit | 0a3251ce8424d82097c0a1ec209faf1bb1ee1298 (patch) | |
tree | 9f33109a3fa7dd825268abefd794c013090e6dcc /games-action | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-0a3251ce8424d82097c0a1ec209faf1bb1ee1298.tar.gz gentoo-2-0a3251ce8424d82097c0a1ec209faf1bb1ee1298.tar.bz2 gentoo-2-0a3251ce8424d82097c0a1ec209faf1bb1ee1298.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/powermanga/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/powermanga/powermanga-0.90.ebuild | 6 | ||||
-rw-r--r-- | games-action/powermanga/powermanga-0.91.ebuild | 4 |
3 files changed, 11 insertions, 6 deletions
diff --git a/games-action/powermanga/ChangeLog b/games-action/powermanga/ChangeLog index 3858636f52d9..8bf52ef9de77 100644 --- a/games-action/powermanga/ChangeLog +++ b/games-action/powermanga/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-action/powermanga # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/ChangeLog,v 1.29 2014/04/13 16:26:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/ChangeLog,v 1.30 2014/05/15 16:24:24 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> powermanga-0.90.ebuild, + powermanga-0.91.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 13 Apr 2014; Agostino Sarubbo <ago@gentoo.org> powermanga-0.91.ebuild: Stable for ppc, wrt bug #505016 diff --git a/games-action/powermanga/powermanga-0.90.ebuild b/games-action/powermanga/powermanga-0.90.ebuild index 5adae1c74cc6..e3233782bda9 100644 --- a/games-action/powermanga/powermanga-0.90.ebuild +++ b/games-action/powermanga/powermanga-0.90.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-action/powermanga/powermanga-0.90.ebuild,v 1.13 2012/08/24 06:59:11 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.90.ebuild,v 1.14 2014/05/15 16:24:24 ulm Exp $ EAPI=2 inherit eutils autotools games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND=">=media-libs/libsdl-1.2[audio,joystick,video] +DEPEND=">=media-libs/libsdl-1.2[sound,joystick,video] media-libs/libpng x11-libs/libXext x11-libs/libXxf86dga diff --git a/games-action/powermanga/powermanga-0.91.ebuild b/games-action/powermanga/powermanga-0.91.ebuild index c82b0ff126f8..c4c6c29d87f2 100644 --- a/games-action/powermanga/powermanga-0.91.ebuild +++ b/games-action/powermanga/powermanga-0.91.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/powermanga/powermanga-0.91.ebuild,v 1.5 2014/04/13 16:26:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild,v 1.6 2014/05/15 16:24:24 ulm Exp $ EAPI=5 inherit eutils autotools games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -RDEPEND=">=media-libs/libsdl-1.2[audio,joystick,video] +RDEPEND=">=media-libs/libsdl-1.2[sound,joystick,video] media-libs/libpng:0 x11-libs/libX11 x11-libs/libXext |