diff options
author | Devan Franchini <twitch153@gentoo.org> | 2015-12-13 16:17:58 -0500 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2015-12-13 16:18:35 -0500 |
commit | 513e6ee31448d19d4eb3b4484baf349621a38bd3 (patch) | |
tree | 4217489a9ea3c743100ce149dbe7d5635d5e12b4 /games-emulation | |
parent | www-client/chromium: Increase disk requirements (diff) | |
download | gentoo-513e6ee31448d19d4eb3b4484baf349621a38bd3.tar.gz gentoo-513e6ee31448d19d4eb3b4484baf349621a38bd3.tar.bz2 gentoo-513e6ee31448d19d4eb3b4484baf349621a38bd3.zip |
games-emulation/dolphin: Removes unneeded dependencies
Also adds lzo and libpng as explicit deps
Package-Manager: portage-2.2.24
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 5b8f79877faa..4e80f299e1c7 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -23,12 +23,13 @@ HOMEPAGE="https://www.dolphin-emu.org/" LICENSE="GPL-2" SLOT="0" -IUSE="alsa ao bluetooth doc egl +evdev ffmpeg llvm log lto openal pch portaudio profile pulseaudio qt5 sdl upnp +wxwidgets" +IUSE="alsa ao bluetooth doc egl +evdev ffmpeg llvm log lto openal +pch portaudio profile pulseaudio qt5 sdl upnp +wxwidgets" -RDEPEND=">=media-libs/glew-1.10 - >=media-libs/libsfml-2.1 +RDEPEND=">=media-libs/libsfml-2.1 >net-libs/enet-1.3.7 >=net-libs/mbedtls-2.1.1 + dev-libs/lzo + media-libs/libpng:= sys-libs/glibc sys-libs/readline:= sys-libs/zlib @@ -74,7 +75,6 @@ DEPEND="${RDEPEND} >=dev-util/cmake-2.8.8 >=sys-devel/gcc-4.9.0 app-arch/zip - media-gfx/nvidia-cg-toolkit media-libs/freetype sys-devel/gettext virtual/pkgconfig |