From 179974d8e90764da35d6b415b77f0b23ebe16bd8 Mon Sep 17 00:00:00 2001 From: Devan Franchini Date: Fri, 1 Jan 2016 20:40:31 -0500 Subject: [PATCH] Removes uneeded version limit on libav X-Gentoo-Bug: 570346 X-Gentoo-Bug-URL: https://bugs.gentoo.org/570346 --- games-emulation/dolphin/dolphin-5.0.ebuild | 4 ++-- 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 9ef670fc50dc4..049c1444cd639 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 4e80f299e1c71..1ee2c859b5488 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? (