ulm 14/05/15 16:55:30 Modified: zaz-1.0.0.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.7 games-puzzle/zaz/zaz-1.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild?r1=1.6&r2=1.7 Index: zaz-1.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- zaz-1.0.0.ebuild 7 Feb 2013 22:10:18 -0000 1.6 +++ zaz-1.0.0.ebuild 15 May 2014 16:55:29 -0000 1.7 @@ -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-puzzle/zaz/zaz-1.0.0.ebuild,v 1.6 2013/02/07 22:10:18 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v 1.7 2014/05/15 16:55:29 ulm Exp $ EAPI=2 inherit autotools eutils games @@ -16,7 +16,7 @@ RDEPEND="virtual/opengl virtual/glu - media-libs/libsdl[X,audio,video] + media-libs/libsdl[X,sound,video] media-libs/sdl-image[jpeg,png] media-libs/libvorbis media-libs/libtheora 1.18 games-puzzle/zaz/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 7 Feb 2013 22:10:18 -0000 1.17 +++ ChangeLog 15 May 2014 16:55:29 -0000 1.18 @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/zaz -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.17 2013/02/07 22:10:18 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.18 2014/05/15 16:55:29 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> zaz-1.0.0.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 07 Feb 2013; Ulrich Müller <[email protected]> zaz-1.0.0.ebuild: Move Creative Commons licenses to shorter names.
