ulm 14/05/15 16:34:07 Modified: vor-0.5.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.6 games-arcade/vor/vor-0.5.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/vor/vor-0.5.5.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/vor/vor-0.5.5.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/vor/vor-0.5.5.ebuild?r1=1.5&r2=1.6 Index: vor-0.5.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/vor/vor-0.5.5.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- vor-0.5.5.ebuild 30 Mar 2014 05:38:14 -0000 1.5 +++ vor-0.5.5.ebuild 15 May 2014 16:34:07 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/vor-0.5.5.ebuild,v 1.5 2014/03/30 05:38:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/vor-0.5.5.ebuild,v 1.6 2014/05/15 16:34:07 ulm Exp $ EAPI=5 inherit autotools eutils gnome2-utils games @@ -14,7 +14,7 @@ KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="media-libs/libsdl[audio,video] +DEPEND="media-libs/libsdl[sound,video] media-libs/sdl-image[png] media-libs/sdl-mixer[mod]" RDEPEND="${DEPEND}" 1.14 games-arcade/vor/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/vor/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/vor/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/vor/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/vor/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 30 Mar 2014 05:38:14 -0000 1.13 +++ ChangeLog 15 May 2014 16:34:07 -0000 1.14 @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/vor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/ChangeLog,v 1.13 2014/03/30 05:38:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/ChangeLog,v 1.14 2014/05/15 16:34:07 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> vor-0.5.5.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 30 Mar 2014; Michael Sterrett <[email protected]> +files/vor-0.5.5-underlink.patch, vor-0.5.5.ebuild:
