ulm 14/05/15 16:23:11 Modified: ChangeLog luola-1.3.2.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.18 games-action/luola/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 18 Mar 2014 18:51:05 -0000 1.17 +++ ChangeLog 15 May 2014 16:23:11 -0000 1.18 @@ -1,6 +1,10 @@ # ChangeLog for games-action/luola # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v 1.17 2014/03/18 18:51:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v 1.18 2014/05/15 16:23:11 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> luola-1.3.2.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 18 Mar 2014; Michael Sterrett <[email protected]> -files/luola-1.3.0-underlink.patch, -luola-1.3.0-r1.ebuild: 1.6 games-action/luola/luola-1.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/luola-1.3.2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/luola-1.3.2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/luola/luola-1.3.2.ebuild?r1=1.5&r2=1.6 Index: luola-1.3.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/luola/luola-1.3.2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- luola-1.3.2.ebuild 24 Dec 2013 12:43:34 -0000 1.5 +++ luola-1.3.2.ebuild 15 May 2014 16:23:11 -0000 1.6 @@ -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-action/luola/luola-1.3.2.ebuild,v 1.5 2013/12/24 12:43:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/luola/luola-1.3.2.ebuild,v 1.6 2014/05/15 16:23:11 ulm Exp $ EAPI=5 inherit eutils autotools gnome2-utils games @@ -16,7 +16,7 @@ KEYWORDS="amd64 ppc x86" IUSE="" -RDEPEND="media-libs/libsdl[X,audio,joystick,video] +RDEPEND="media-libs/libsdl[X,sound,joystick,video] media-libs/sdl-gfx media-libs/sdl-image[jpeg,png] media-libs/sdl-mixer
