Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/
Date: Sun, 13 Dec 2015 21:19:55
Message-Id: 1450041515.513e6ee31448d19d4eb3b4484baf349621a38bd3.twitch153@gentoo
1 commit: 513e6ee31448d19d4eb3b4484baf349621a38bd3
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 13 21:17:58 2015 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 13 21:18:35 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513e6ee3
7
8 games-emulation/dolphin: Removes unneeded dependencies
9
10 Also adds lzo and libpng as explicit deps
11
12 Package-Manager: portage-2.2.24
13
14 games-emulation/dolphin/dolphin-9999.ebuild | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild
18 index 5b8f798..4e80f29 100644
19 --- a/games-emulation/dolphin/dolphin-9999.ebuild
20 +++ b/games-emulation/dolphin/dolphin-9999.ebuild
21 @@ -23,12 +23,13 @@ HOMEPAGE="https://www.dolphin-emu.org/"
22
23 LICENSE="GPL-2"
24 SLOT="0"
25 -IUSE="alsa ao bluetooth doc egl +evdev ffmpeg llvm log lto openal pch portaudio profile pulseaudio qt5 sdl upnp +wxwidgets"
26 +IUSE="alsa ao bluetooth doc egl +evdev ffmpeg llvm log lto openal +pch portaudio profile pulseaudio qt5 sdl upnp +wxwidgets"
27
28 -RDEPEND=">=media-libs/glew-1.10
29 - >=media-libs/libsfml-2.1
30 +RDEPEND=">=media-libs/libsfml-2.1
31 >net-libs/enet-1.3.7
32 >=net-libs/mbedtls-2.1.1
33 + dev-libs/lzo
34 + media-libs/libpng:=
35 sys-libs/glibc
36 sys-libs/readline:=
37 sys-libs/zlib
38 @@ -74,7 +75,6 @@ DEPEND="${RDEPEND}
39 >=dev-util/cmake-2.8.8
40 >=sys-devel/gcc-4.9.0
41 app-arch/zip
42 - media-gfx/nvidia-cg-toolkit
43 media-libs/freetype
44 sys-devel/gettext
45 virtual/pkgconfig