ulm 14/05/15 17:04:45 Modified: ChangeLog ja2-stracciatella-0.12.1_p7072.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.6 games-strategy/ja2-stracciatella/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 21 Nov 2012 10:13:12 -0000 1.5 +++ ChangeLog 15 May 2014 17:04:45 -0000 1.6 @@ -1,6 +1,11 @@ # ChangeLog for games-strategy/ja2-stracciatella -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v 1.5 2012/11/21 10:13:12 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v 1.6 2014/05/15 17:04:45 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> + ja2-stracciatella-0.12.1_p7072.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 21 Nov 2012; Agostino Sarubbo <[email protected]> ja2-stracciatella-0.12.1_p7072.ebuild: 1.6 games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?r1=1.5&r2=1.6 Index: ja2-stracciatella-0.12.1_p7072.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ja2-stracciatella-0.12.1_p7072.ebuild 21 Nov 2012 10:13:12 -0000 1.5 +++ ja2-stracciatella-0.12.1_p7072.ebuild 15 May 2014 17:04:45 -0000 1.6 @@ -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-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v 1.5 2012/11/21 10:13:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v 1.6 2014/05/15 17:04:45 ulm Exp $ EAPI=4 @@ -16,7 +16,7 @@ KEYWORDS="amd64 x86" IUSE="cdinstall editor zlib" -RDEPEND="media-libs/libsdl[X,audio,video] +RDEPEND="media-libs/libsdl[X,sound,video] cdinstall? ( games-strategy/ja2-stracciatella-data ) zlib? ( sys-libs/zlib )"
