ulm 14/05/15 16:21:40 Modified: d2x-0.2.5-r3.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.12 games-action/d2x/d2x-0.2.5-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/d2x/d2x-0.2.5-r3.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/d2x/d2x-0.2.5-r3.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/d2x/d2x-0.2.5-r3.ebuild?r1=1.11&r2=1.12 Index: d2x-0.2.5-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5-r3.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- d2x-0.2.5-r3.ebuild 1 Sep 2012 18:42:36 -0000 1.11 +++ d2x-0.2.5-r3.ebuild 15 May 2014 16:21:40 -0000 1.12 @@ -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-action/d2x/d2x-0.2.5-r3.ebuild,v 1.11 2012/09/01 18:42:36 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5-r3.ebuild,v 1.12 2014/05/15 16:21:40 ulm Exp $ EAPI=2 inherit eutils flag-o-matic games @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ppc x86" IUSE="cdinstall debug opengl ggi svga" -COMMON="media-libs/libsdl[audio,joystick,video] +COMMON="media-libs/libsdl[sound,joystick,video] media-libs/sdl-image opengl? ( virtual/opengl ) ggi? ( media-libs/libggi ) 1.28 games-action/d2x/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/d2x/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/d2x/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/d2x/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/d2x/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 1 Sep 2012 18:42:36 -0000 1.27 +++ ChangeLog 15 May 2014 16:21:40 -0000 1.28 @@ -1,6 +1,10 @@ # ChangeLog for games-action/d2x -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/ChangeLog,v 1.27 2012/09/01 18:42:36 tupone Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/ChangeLog,v 1.28 2014/05/15 16:21:40 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> d2x-0.2.5-r3.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 01 Sep 2012; Alfredo Tupone <[email protected]> d2x-0.2.5-r3.ebuild, +files/d2x-0.2.5-ovflw.patch:
