ulm 14/05/15 16:50:30 Modified: ChangeLog cuyo-2.1.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.25 games-puzzle/cuyo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cuyo/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cuyo/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cuyo/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 1 Sep 2012 05:05:39 -0000 1.24 +++ ChangeLog 15 May 2014 16:50:30 -0000 1.25 @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/cuyo -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.24 2012/09/01 05:05:39 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.25 2014/05/15 16:50:30 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> cuyo-2.1.1.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 01 Sep 2012; Michael Sterrett <[email protected]> cuyo-2.1.1.ebuild: any mod support will do 1.7 games-puzzle/cuyo/cuyo-2.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cuyo/cuyo-2.1.1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cuyo/cuyo-2.1.1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cuyo/cuyo-2.1.1.ebuild?r1=1.6&r2=1.7 Index: cuyo-2.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-2.1.1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- cuyo-2.1.1.ebuild 1 Sep 2012 05:05:39 -0000 1.6 +++ cuyo-2.1.1.ebuild 15 May 2014 16:50:30 -0000 1.7 @@ -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-puzzle/cuyo/cuyo-2.1.1.ebuild,v 1.6 2012/09/01 05:05:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-2.1.1.ebuild,v 1.7 2014/05/15 16:50:30 ulm Exp $ EAPI=2 inherit autotools eutils gnome2-utils versionator games @@ -16,7 +16,7 @@ IUSE="+music" DEPEND="sys-libs/zlib - media-libs/libsdl[audio,video] + media-libs/libsdl[sound,video] media-libs/sdl-mixer music? ( media-libs/sdl-mixer[mod] ) media-libs/sdl-image"
