diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:39:45 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:39:45 +0000 |
commit | 2a6efc2414896025ceeb676f15347bab642f2c5e (patch) | |
tree | bfe3c7ec1856f4b6989149df464a3c3dfa413ed5 /games-emulation | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-2a6efc2414896025ceeb676f15347bab642f2c5e.tar.gz gentoo-2-2a6efc2414896025ceeb676f15347bab642f2c5e.tar.bz2 gentoo-2-2a6efc2414896025ceeb676f15347bab642f2c5e.zip |
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!)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/raine/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/raine/raine-0.51.9.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-emulation/raine/ChangeLog b/games-emulation/raine/ChangeLog index 4cbd07e270a7..3868ae6868d7 100644 --- a/games-emulation/raine/ChangeLog +++ b/games-emulation/raine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/raine -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.31 2011/10/23 19:33:31 ssuominen Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.32 2014/05/15 16:39:45 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> raine-0.51.9.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 23 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> raine-0.51.9.ebuild, +files/raine-0.51.9-libpng15.patch: diff --git a/games-emulation/raine/raine-0.51.9.ebuild b/games-emulation/raine/raine-0.51.9.ebuild index bbf2b288e41e..7f64343a1074 100644 --- a/games-emulation/raine/raine-0.51.9.ebuild +++ b/games-emulation/raine/raine-0.51.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v 1.5 2011/10/23 19:33:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v 1.6 2014/05/15 16:39:45 ulm Exp $ EAPI=2 inherit flag-o-matic eutils games @@ -15,7 +15,7 @@ KEYWORDS="x86" IUSE="" RDEPEND="dev-cpp/muParser - media-libs/libsdl[audio,joystick,video] + media-libs/libsdl[sound,joystick,video] sys-libs/zlib media-libs/sdl-image[png] media-libs/sdl-ttf" |