ulm 14/05/15 17:07:05 Modified: ChangeLog smac-6.0a.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.20 games-strategy/smac/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/smac/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/smac/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/smac/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 31 Jan 2013 20:04:47 -0000 1.19 +++ ChangeLog 15 May 2014 17:07:05 -0000 1.20 @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/smac -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.19 2013/01/31 20:04:47 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.20 2014/05/15 17:07:05 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> smac-6.0a.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 31 Jan 2013; Michael Sterrett <[email protected]> smac-6.0a.ebuild: add log message about CONFIG_UID16 (bug #340303); tidy 1.24 games-strategy/smac/smac-6.0a.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild?r1=1.23&r2=1.24 Index: smac-6.0a.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- smac-6.0a.ebuild 31 Jan 2013 20:04:47 -0000 1.23 +++ smac-6.0a.ebuild 15 May 2014 17:07:05 -0000 1.24 @@ -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/smac/smac-6.0a.ebuild,v 1.23 2013/01/31 20:04:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v 1.24 2014/05/15 17:07:05 ulm Exp $ EAPI=2 inherit eutils unpacker cdrom games @@ -24,7 +24,7 @@ x11-libs/libXau x11-libs/libXdmcp !ppc? ( sys-libs/lib-compat-loki ) - media-libs/libsdl[audio,video] + media-libs/libsdl[sound,video] media-libs/sdl-ttf media-libs/sdl-mixer media-libs/smpeg
