ulm 14/05/15 16:31:42 Modified: ChangeLog ri-li-2.0.1.ebuild 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.14 games-arcade/ri-li/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/ri-li/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/ri-li/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/ri-li/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 19 Sep 2012 18:54:38 -0000 1.13 +++ ChangeLog 15 May 2014 16:31:42 -0000 1.14 @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/ri-li -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v 1.13 2012/09/19 18:54:38 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v 1.14 2014/05/15 16:31:42 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> ri-li-2.0.1.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 19 Sep 2012; Michael Sterrett <[email protected]> ri-li-2.0.1.ebuild: any mod support will do 1.8 games-arcade/ri-li/ri-li-2.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild?r1=1.7&r2=1.8 Index: ri-li-2.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ri-li-2.0.1.ebuild 19 Sep 2012 18:54:38 -0000 1.7 +++ ri-li-2.0.1.ebuild 15 May 2014 16:31:42 -0000 1.8 @@ -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/ri-li/ri-li-2.0.1.ebuild,v 1.7 2012/09/19 18:54:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild,v 1.8 2014/05/15 16:31:42 ulm Exp $ EAPI=2 inherit autotools eutils games @@ -14,7 +14,7 @@ KEYWORDS="amd64 x86" IUSE="" -DEPEND="media-libs/libsdl[audio,video] +DEPEND="media-libs/libsdl[sound,video] media-libs/sdl-mixer[mod]" S=${WORKDIR}/Ri-li-${PV}
