ulm 14/05/15 16:39:10 Modified: ChangeLog openmsx-0.9.1.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.49 games-emulation/openmsx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/openmsx/ChangeLog?rev=1.49&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/openmsx/ChangeLog?rev=1.49&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/openmsx/ChangeLog?r1=1.48&r2=1.49 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- ChangeLog 24 Jan 2013 18:01:44 -0000 1.48 +++ ChangeLog 15 May 2014 16:39:09 -0000 1.49 @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/openmsx -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v 1.48 2013/01/24 18:01:44 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v 1.49 2014/05/15 16:39:09 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> openmsx-0.9.1.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 24 Jan 2013; Michael Sterrett <[email protected]> -files/openmsx-0.8.1-libpng15.patch, -openmsx-0.8.1.ebuild: 1.5 games-emulation/openmsx/openmsx-0.9.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/openmsx/openmsx-0.9.1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/openmsx/openmsx-0.9.1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/openmsx/openmsx-0.9.1.ebuild?r1=1.4&r2=1.5 Index: openmsx-0.9.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.9.1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- openmsx-0.9.1.ebuild 4 Dec 2012 15:41:36 -0000 1.4 +++ openmsx-0.9.1.ebuild 15 May 2014 16:39:09 -0000 1.5 @@ -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-emulation/openmsx/openmsx-0.9.1.ebuild,v 1.4 2012/12/04 15:41:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.9.1.ebuild,v 1.5 2014/05/15 16:39:09 ulm Exp $ EAPI=2 inherit eutils games @@ -17,7 +17,7 @@ DEPEND="dev-lang/tcl dev-libs/libxml2 media-libs/libpng:0 - media-libs/libsdl[audio,video] + media-libs/libsdl[sound,video] media-libs/glew media-libs/sdl-image[png] media-libs/sdl-ttf
