ulm 14/05/15 17:01:14 Modified: openttd-1.3.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.5 games-simulation/openttd/openttd-1.3.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.3.3.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.3.3.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.3.3.ebuild?r1=1.4&r2=1.5 Index: openttd-1.3.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.3.3.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- openttd-1.3.3.ebuild 5 Jan 2014 10:46:33 -0000 1.4 +++ openttd-1.3.3.ebuild 15 May 2014 17:01:14 -0000 1.5 @@ -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-simulation/openttd/openttd-1.3.3.ebuild,v 1.4 2014/01/05 10:46:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.3.3.ebuild,v 1.5 2014/05/15 17:01:14 ulm Exp $ EAPI=5 inherit eutils gnome2-utils games @@ -16,7 +16,7 @@ RESTRICT="test" # needs a graphics set in order to test DEPEND="!dedicated? ( - media-libs/libsdl[audio,X,video] + media-libs/libsdl[sound,X,video] icu? ( dev-libs/icu:= ) truetype? ( media-libs/fontconfig 1.147 games-simulation/openttd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?rev=1.147&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?rev=1.147&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?r1=1.146&r2=1.147 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v retrieving revision 1.146 retrieving revision 1.147 diff -u -r1.146 -r1.147 --- ChangeLog 5 Jan 2014 14:31:31 -0000 1.146 +++ ChangeLog 15 May 2014 17:01:14 -0000 1.147 @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/openttd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.146 2014/01/05 14:31:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.147 2014/05/15 17:01:14 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> openttd-1.3.3.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 05 Jan 2014; Michael Sterrett <[email protected]> -files/openttd-1.2.3-cflags.patch, -openttd-1.2.3-r1.ebuild,
