diff options
author | Devan Franchini <twitch153@gentoo.org> | 2016-01-01 20:40:31 -0500 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2016-01-01 20:40:43 -0500 |
commit | 179974d8e90764da35d6b415b77f0b23ebe16bd8 (patch) | |
tree | 1cf56498302e9d7ad950d8cc629ed6f569b5f1c9 /games-emulation/dolphin | |
parent | sci-physics/thepeg: version bump (diff) | |
download | gentoo-179974d8e90764da35d6b415b77f0b23ebe16bd8.tar.gz gentoo-179974d8e90764da35d6b415b77f0b23ebe16bd8.tar.bz2 gentoo-179974d8e90764da35d6b415b77f0b23ebe16bd8.zip |
Removes uneeded version limit on libav
X-Gentoo-Bug: 570346
X-Gentoo-Bug-URL: https://bugs.gentoo.org/570346
Diffstat (limited to 'games-emulation/dolphin')
-rw-r--r-- | games-emulation/dolphin/dolphin-5.0.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-emulation/dolphin/dolphin-5.0.ebuild b/games-emulation/dolphin/dolphin-5.0.ebuild index 9ef670fc50dc..049c1444cd63 100644 --- a/games-emulation/dolphin/dolphin-5.0.ebuild +++ b/games-emulation/dolphin/dolphin-5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -31,7 +31,7 @@ RDEPEND=">=media-libs/glew-1.10 ao? ( media-libs/libao ) bluetooth? ( net-wireless/bluez ) ffmpeg? ( virtual/ffmpeg - !!>=media-video/libav-10 ) + !!media-video/libav ) 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 4e80f299e1c7..1ee2c859b548 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -48,7 +48,7 @@ RDEPEND=">=media-libs/libsfml-2.1 ) ffmpeg? ( virtual/ffmpeg - !!>=media-video/libav-10 + !!media-video/libav ) llvm? ( sys-devel/llvm ) openal? ( |