ulm 14/05/15 16:51:17 Modified: ChangeLog fish-fillets-1.0.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.58 games-puzzle/fish-fillets/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.58&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.58&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?r1=1.57&r2=1.58 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- ChangeLog 22 Jan 2013 20:09:43 -0000 1.57 +++ ChangeLog 15 May 2014 16:51:17 -0000 1.58 @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/fish-fillets -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.57 2013/01/22 20:09:43 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.58 2014/05/15 16:51:17 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> fish-fillets-1.0.1.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 22 Jan 2013; Michael Sterrett <[email protected]> -fish-fillets-1.0.0.ebuild: 1.6 games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild?r1=1.5&r2=1.6 Index: fish-fillets-1.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- fish-fillets-1.0.1.ebuild 4 May 2012 04:45:27 -0000 1.5 +++ fish-fillets-1.0.1.ebuild 15 May 2014 16:51:17 -0000 1.6 @@ -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/fish-fillets/fish-fillets-1.0.1.ebuild,v 1.5 2012/05/04 04:45:27 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild,v 1.6 2014/05/15 16:51:17 ulm Exp $ EAPI=2 inherit autotools eutils games @@ -16,7 +16,7 @@ KEYWORDS="amd64 ppc x86" IUSE="" -RDEPEND=">=media-libs/libsdl-1.2[audio,video] +RDEPEND=">=media-libs/libsdl-1.2[sound,video] >=media-libs/sdl-mixer-1.2.5[vorbis] >=media-libs/sdl-image-1.2.2[png] media-libs/smpeg
