ulm 14/05/15 16:26:38 Modified: amphetamine-0.8.10.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.11 games-arcade/amphetamine/amphetamine-0.8.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild?r1=1.10&r2=1.11 Index: amphetamine-0.8.10.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- amphetamine-0.8.10.ebuild 8 Jul 2012 00:20:49 -0000 1.10 +++ amphetamine-0.8.10.ebuild 15 May 2014 16:26:37 -0000 1.11 @@ -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-arcade/amphetamine/amphetamine-0.8.10.ebuild,v 1.10 2012/07/08 00:20:49 tristan Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild,v 1.11 2014/05/15 16:26:37 ulm Exp $ EAPI=2 inherit eutils games @@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc x86 ~x86-fbsd" IUSE="" -DEPEND="media-libs/libsdl[audio,video] +DEPEND="media-libs/libsdl[sound,video] x11-libs/libXpm" PATCHES=( 1.10 games-arcade/amphetamine/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 8 Jul 2012 00:20:49 -0000 1.9 +++ ChangeLog 15 May 2014 16:26:37 -0000 1.10 @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/amphetamine -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/ChangeLog,v 1.9 2012/07/08 00:20:49 tristan Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/ChangeLog,v 1.10 2014/05/15 16:26:37 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> amphetamine-0.8.10.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 08 Jul 2012; Tristan Heaven <[email protected]> amphetamine-0.8.10.ebuild, +files/amphetamine-0.8.10-build.patch:
