diff options
author | Devan Franchini <twitch153@gentoo.org> | 2015-01-16 18:54:41 +0000 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2015-01-16 18:54:41 +0000 |
commit | 743e7b687353d4e17c19a99bab3bd7923ae941ef (patch) | |
tree | 9b806d90026dbb65207e1574c34d5b5c7eec4b3c /games-emulation | |
parent | Remove older unstable versions (diff) | |
download | gentoo-2-743e7b687353d4e17c19a99bab3bd7923ae941ef.tar.gz gentoo-2-743e7b687353d4e17c19a99bab3bd7923ae941ef.tar.bz2 gentoo-2-743e7b687353d4e17c19a99bab3bd7923ae941ef.zip |
Adds media-libs/libsdl2 as dependency, bug #535978
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A8C8FBCF)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dolphin/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-4.0.2-r2.ebuild (renamed from games-emulation/dolphin/dolphin-4.0.2-r1.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/games-emulation/dolphin/ChangeLog b/games-emulation/dolphin/ChangeLog index ed9738e3b896..d87bf642cf42 100644 --- a/games-emulation/dolphin/ChangeLog +++ b/games-emulation/dolphin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-emulation/dolphin # 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 $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.27 2015/01/16 18:54:41 twitch153 Exp $ + +*dolphin-4.0.2-r2 (16 Jan 2015) + + 16 Jan 2015; Devan Franchini <twitch153@gentoo.org> +dolphin-4.0.2-r2.ebuild, + -dolphin-4.0.2-r1.ebuild: + Adds media-libs/libsdl2 as dependency, bug #535978 12 Jan 2015; Devan Franchini <twitch153@gentoo.org> dolphin-9999.ebuild: Adds media-libs/libsdl2 as dependency, bug #535978 diff --git a/games-emulation/dolphin/dolphin-4.0.2-r1.ebuild b/games-emulation/dolphin/dolphin-4.0.2-r2.ebuild index 4a33be466906..69a8a531e5a7 100644 --- a/games-emulation/dolphin/dolphin-4.0.2-r1.ebuild +++ b/games-emulation/dolphin/dolphin-4.0.2-r2.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-4.0.2-r1.ebuild,v 1.1 2014/12/12 01:23:56 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r2.ebuild,v 1.1 2015/01/16 18:54:41 twitch153 Exp $ EAPI=5 @@ -21,9 +21,9 @@ IUSE="alsa ao bluetooth doc ffmpeg +lzo openal opengl openmp portaudio pulseaudi RESTRICT="mirror" RDEPEND=">=media-libs/glew-1.6 - >=media-libs/libsdl-1.2[joystick] <media-libs/libsfml-2.0 >=net-libs/miniupnpc-1.8 + media-libs/libsdl2[haptic,joystick] sys-libs/readline x11-libs/libXext x11-libs/libXrandr |