ulm 14/05/15 16:38:41 Modified: ChangeLog nestopia-1.40.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.8 games-emulation/nestopia/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/nestopia/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/nestopia/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/nestopia/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/nestopia/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 7 Sep 2011 03:47:29 -0000 1.7 +++ ChangeLog 15 May 2014 16:38:41 -0000 1.8 @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/nestopia -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestopia/ChangeLog,v 1.7 2011/09/07 03:47:29 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestopia/ChangeLog,v 1.8 2014/05/15 16:38:41 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> nestopia-1.40.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 07 Sep 2011; Michael Sterrett <[email protected]> nestopia-1.40.ebuild: ricer protection 1.9 games-emulation/nestopia/nestopia-1.40.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/nestopia/nestopia-1.40.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/nestopia/nestopia-1.40.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/nestopia/nestopia-1.40.ebuild?r1=1.8&r2=1.9 Index: nestopia-1.40.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/nestopia/nestopia-1.40.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- nestopia-1.40.ebuild 7 Sep 2011 03:47:29 -0000 1.8 +++ nestopia-1.40.ebuild 15 May 2014 16:38:41 -0000 1.9 @@ -1,6 +1,6 @@ -# Copyright 1999-2011 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/nestopia/nestopia-1.40.ebuild,v 1.8 2011/09/07 03:47:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestopia/nestopia-1.40.ebuild,v 1.9 2014/05/15 16:38:41 ulm Exp $ EAPI=2 inherit eutils flag-o-matic games @@ -19,7 +19,7 @@ RDEPEND=">=x11-libs/gtk+-2.4:2 media-libs/alsa-lib - >=media-libs/libsdl-1.2.12[audio,joystick,video] + >=media-libs/libsdl-1.2.12[sound,joystick,video] sys-libs/zlib virtual/opengl virtual/glu"
