diff options
-rw-r--r-- | games-emulation/dolphin/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-emulation/dolphin/ChangeLog b/games-emulation/dolphin/ChangeLog index 32201b0c8ac7..ed9738e3b896 100644 --- a/games-emulation/dolphin/ChangeLog +++ b/games-emulation/dolphin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/dolphin -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.25 2014/12/28 00:43:42 twitch153 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.26 2015/01/12 22:08:17 twitch153 Exp $ + + 12 Jan 2015; Devan Franchini <twitch153@gentoo.org> dolphin-9999.ebuild: + Adds media-libs/libsdl2 as dependency, bug #535978 28 Dec 2014; Devan Franchini <twitch153@gentoo.org> dolphin-9999.ebuild: Adds polarssl[havege] as dependency, bug #483794 diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 69fb26c709ff..aa9727c9dae5 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.17 2014/12/28 00:43:42 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.18 2015/01/12 22:08:17 twitch153 Exp $ EAPI=5 @@ -26,12 +26,12 @@ SLOT="0" IUSE="alsa ao bluetooth doc ffmpeg +lzo openal opengl openmp portaudio pulseaudio" RDEPEND=">=media-libs/glew-1.10 - >=media-libs/libsdl-1.2[joystick] >=media-libs/libsfml-2.1 >=net-libs/miniupnpc-1.8 sys-libs/readline x11-libs/libXext x11-libs/libXrandr + media-libs/libsdl2[haptic,joystick] net-libs/polarssl[havege] alsa? ( media-libs/alsa-lib ) ao? ( media-libs/libao ) |