ulm 14/05/15 16:26:09 Modified: violetland-0.4.3.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.10 games-action/violetland/violetland-0.4.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild?r1=1.9&r2=1.10 Index: violetland-0.4.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- violetland-0.4.3.ebuild 7 Feb 2013 22:00:38 -0000 1.9 +++ violetland-0.4.3.ebuild 15 May 2014 16:26:09 -0000 1.10 @@ -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/violetland/violetland-0.4.3.ebuild,v 1.9 2013/02/07 22:00:38 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild,v 1.10 2014/05/15 16:26:09 ulm Exp $ EAPI=5 inherit eutils multilib toolchain-funcs flag-o-matic cmake-utils games @@ -14,7 +14,7 @@ KEYWORDS="amd64 x86" IUSE="" -RDEPEND="media-libs/libsdl[audio,video] +RDEPEND="media-libs/libsdl[sound,video] media-libs/sdl-image[png] media-libs/sdl-mixer[vorbis] media-libs/sdl-ttf 1.31 games-action/violetland/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 7 Feb 2013 22:00:38 -0000 1.30 +++ ChangeLog 15 May 2014 16:26:09 -0000 1.31 @@ -1,6 +1,10 @@ # ChangeLog for games-action/violetland -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.30 2013/02/07 22:00:38 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.31 2014/05/15 16:26:09 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> violetland-0.4.3.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 07 Feb 2013; Ulrich Müller <[email protected]> violetland-0.4.3.ebuild: Move Creative Commons licenses to shorter names.
