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: Sat, 02 Jan 2016 01:46:10
Message-Id: 1451698843.179974d8e90764da35d6b415b77f0b23ebe16bd8.twitch153@gentoo
1 commit: 179974d8e90764da35d6b415b77f0b23ebe16bd8
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 01:40:31 2016 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 01:40:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179974d8
7
8 Removes uneeded version limit on libav
9
10 X-Gentoo-Bug: 570346
11 X-Gentoo-Bug-URL: https://bugs.gentoo.org/570346
12
13 games-emulation/dolphin/dolphin-5.0.ebuild | 4 ++--
14 games-emulation/dolphin/dolphin-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/games-emulation/dolphin/dolphin-5.0.ebuild b/games-emulation/dolphin/dolphin-5.0.ebuild
18 index 9ef670f..049c144 100644
19 --- a/games-emulation/dolphin/dolphin-5.0.ebuild
20 +++ b/games-emulation/dolphin/dolphin-5.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -31,7 +31,7 @@ RDEPEND=">=media-libs/glew-1.10
28 ao? ( media-libs/libao )
29 bluetooth? ( net-wireless/bluez )
30 ffmpeg? ( virtual/ffmpeg
31 - !!>=media-video/libav-10 )
32 + !!media-video/libav )
33 lzo? ( dev-libs/lzo )
34 openal? ( media-libs/openal )
35 opengl? ( virtual/opengl )
36
37 diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild
38 index 4e80f29..1ee2c85 100644
39 --- a/games-emulation/dolphin/dolphin-9999.ebuild
40 +++ b/games-emulation/dolphin/dolphin-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2015 Gentoo Foundation
43 +# Copyright 1999-2016 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Id$
46
47 @@ -48,7 +48,7 @@ RDEPEND=">=media-libs/libsfml-2.1
48 )
49 ffmpeg? (
50 virtual/ffmpeg
51 - !!>=media-video/libav-10
52 + !!media-video/libav
53 )
54 llvm? ( sys-devel/llvm )
55 openal? (