ulm 14/05/15 17:03:17 Modified: ChangeLog freeciv-2.3.4.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.148 games-strategy/freeciv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.148&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.148&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?r1=1.147&r2=1.148 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v retrieving revision 1.147 retrieving revision 1.148 diff -u -r1.147 -r1.148 --- ChangeLog 18 Jun 2013 05:43:24 -0000 1.147 +++ ChangeLog 15 May 2014 17:03:17 -0000 1.148 @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/freeciv -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.147 2013/06/18 05:43:24 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.148 2014/05/15 17:03:17 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> freeciv-2.3.4.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 18 Jun 2013; Michael Sterrett <[email protected]> -freeciv-2.3.3.ebuild: old 1.5 games-strategy/freeciv/freeciv-2.3.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.3.4.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.3.4.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.3.4.ebuild?r1=1.4&r2=1.5 Index: freeciv-2.3.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.3.4.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- freeciv-2.3.4.ebuild 31 Mar 2013 17:49:56 -0000 1.4 +++ freeciv-2.3.4.ebuild 15 May 2014 17:03:17 -0000 1.5 @@ -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-strategy/freeciv/freeciv-2.3.4.ebuild,v 1.4 2013/03/31 17:49:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.3.4.ebuild,v 1.5 2014/05/15 17:03:17 ulm Exp $ EAPI=5 inherit eutils gnome2-utils games-ggz games @@ -28,7 +28,7 @@ media-libs/freetype:2 ) sound? ( - media-libs/libsdl[audio] + media-libs/libsdl[sound] media-libs/sdl-mixer[vorbis] ) ggz? ( games-board/ggz-gtk-client )
