ulm 14/05/15 16:25:48 Modified: towbowl-tactics-0.5.ebuild ChangeLog Log: 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!)
Revision Changes Path 1.12 games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild?r1=1.11&r2=1.12 Index: towbowl-tactics-0.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- towbowl-tactics-0.5.ebuild 10 Jan 2011 17:43:55 -0000 1.11 +++ towbowl-tactics-0.5.ebuild 15 May 2014 16:25:48 -0000 1.12 @@ -1,6 +1,6 @@ -# Copyright 1999-2011 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/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.11 2011/01/10 17:43:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.12 2014/05/15 16:25:48 ulm Exp $ EAPI=2 inherit eutils games @@ -16,7 +16,7 @@ RDEPEND="dev-libs/libxml2 media-libs/smpeg - media-libs/libsdl[audio,video] + media-libs/libsdl[sound,video] media-libs/sdl-net media-libs/sdl-image[jpeg,png] media-libs/sdl-mixer" 1.9 games-action/towbowl-tactics/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 10 Jan 2011 17:43:55 -0000 1.8 +++ ChangeLog 15 May 2014 16:25:48 -0000 1.9 @@ -1,6 +1,10 @@ # ChangeLog for games-action/towbowl-tactics -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v 1.8 2011/01/10 17:43:55 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v 1.9 2014/05/15 16:25:48 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> towbowl-tactics-0.5.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 10 Jan 2011; Michael Sterrett <[email protected]> towbowl-tactics-0.5.ebuild, +files/towbowl-tactics-0.5-gentoo.patch:
