ulm 14/05/15 17:07:33 Modified: ChangeLog uqm-0.7.0-r2.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.45 games-strategy/uqm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/uqm/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/uqm/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/uqm/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/uqm/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 4 May 2014 14:53:50 -0000 1.44 +++ ChangeLog 15 May 2014 17:07:33 -0000 1.45 @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/uqm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/ChangeLog,v 1.44 2014/05/04 14:53:50 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/ChangeLog,v 1.45 2014/05/15 17:07:33 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> uqm-0.7.0-r2.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 04 May 2014; Julian Ospald <[email protected]> uqm-0.7.0-r2.ebuild: fix build if CC has whitespace 1.6 games-strategy/uqm/uqm-0.7.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/uqm/uqm-0.7.0-r2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/uqm/uqm-0.7.0-r2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/uqm/uqm-0.7.0-r2.ebuild?r1=1.5&r2=1.6 Index: uqm-0.7.0-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.7.0-r2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- uqm-0.7.0-r2.ebuild 4 May 2014 14:53:50 -0000 1.5 +++ uqm-0.7.0-r2.ebuild 15 May 2014 17:07:33 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.7.0-r2.ebuild,v 1.5 2014/05/04 14:53:50 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.7.0-r2.ebuild,v 1.6 2014/05/15 17:07:33 ulm Exp $ EAPI=2 inherit eutils multilib toolchain-funcs games @@ -23,7 +23,7 @@ RDEPEND="media-libs/libmikmod media-libs/libogg >=media-libs/libpng-1.4 - media-libs/libsdl[X,audio,joystick,video] + media-libs/libsdl[X,sound,joystick,video] media-libs/libvorbis media-libs/sdl-image[png] sys-libs/zlib
