diff options
author | Devan Franchini <twitch153@gentoo.org> | 2016-01-06 23:23:38 -0500 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2016-01-06 23:23:38 -0500 |
commit | d3acb63326a3851279b633af595d044f9887261b (patch) | |
tree | 457619555ce3333738890b256a10263d88c685f6 /games-emulation | |
parent | app-text/blogc: version bump (diff) | |
download | gentoo-d3acb63326a3851279b633af595d044f9887261b.tar.gz gentoo-d3acb63326a3851279b633af595d044f9887261b.tar.bz2 gentoo-d3acb63326a3851279b633af595d044f9887261b.zip |
Fully removes all libav restrictions, bug #570346
Package-Manager: portage-2.2.24
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dolphin/dolphin-5.0.ebuild | 3 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 5 |
2 files changed, 2 insertions, 6 deletions
diff --git a/games-emulation/dolphin/dolphin-5.0.ebuild b/games-emulation/dolphin/dolphin-5.0.ebuild index 049c1444cd63..d7266c13efb5 100644 --- a/games-emulation/dolphin/dolphin-5.0.ebuild +++ b/games-emulation/dolphin/dolphin-5.0.ebuild @@ -30,8 +30,7 @@ RDEPEND=">=media-libs/glew-1.10 alsa? ( media-libs/alsa-lib ) ao? ( media-libs/libao ) bluetooth? ( net-wireless/bluez ) - ffmpeg? ( virtual/ffmpeg - !!media-video/libav ) + ffmpeg? ( virtual/ffmpeg ) lzo? ( dev-libs/lzo ) openal? ( media-libs/openal ) opengl? ( virtual/opengl ) diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 1ee2c859b548..c44022abf3c0 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -46,10 +46,7 @@ RDEPEND=">=media-libs/libsfml-2.1 dev-libs/libevdev virtual/udev ) - ffmpeg? ( - virtual/ffmpeg - !!media-video/libav - ) + ffmpeg? ( virtual/ffmpeg ) llvm? ( sys-devel/llvm ) openal? ( media-libs/openal |