Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mumble/
Date: Mon, 30 Apr 2018 15:58:35
Message-Id: 1525102790.f743b56c25e6cb41fffbcd0fcf51ee5510765a23.floppym@gentoo
1 commit: f743b56c25e6cb41fffbcd0fcf51ee5510765a23
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Mon Apr 30 14:34:33 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 30 15:39:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f743b56c
7
8 media-sound/mumble: Clean media-libs/speex dependencies.
9
10 media-sound/mumble/mumble-1.2.19.ebuild | 9 ++-------
11 media-sound/mumble/mumble-9999.ebuild | 9 ++-------
12 2 files changed, 4 insertions(+), 14 deletions(-)
13
14 diff --git a/media-sound/mumble/mumble-1.2.19.ebuild b/media-sound/mumble/mumble-1.2.19.ebuild
15 index 084e6e7205c..381385109b5 100644
16 --- a/media-sound/mumble/mumble-1.2.19.ebuild
17 +++ b/media-sound/mumble/mumble-1.2.19.ebuild
18 @@ -22,13 +22,8 @@ RDEPEND=">=dev-libs/boost-1.41.0
19 >=dev-libs/protobuf-2.2.0:=
20 >=media-libs/libsndfile-1.0.20[-minimal]
21 >=media-libs/opus-1.0.1
22 - || (
23 - (
24 - >=media-libs/speex-1.2.0
25 - media-libs/speexdsp
26 - )
27 - <media-libs/speex-1.2.0
28 - )
29 + >=media-libs/speex-1.2.0
30 + media-libs/speexdsp
31 sys-apps/lsb-release
32 x11-libs/libX11
33 x11-libs/libXi
34
35 diff --git a/media-sound/mumble/mumble-9999.ebuild b/media-sound/mumble/mumble-9999.ebuild
36 index e4b464c1652..bfda701fe88 100644
37 --- a/media-sound/mumble/mumble-9999.ebuild
38 +++ b/media-sound/mumble/mumble-9999.ebuild
39 @@ -32,13 +32,8 @@ RDEPEND="
40 dev-qt/qtxml:5
41 >=dev-libs/protobuf-2.2.0:=
42 >=media-libs/libsndfile-1.0.20[-minimal]
43 - || (
44 - (
45 - >=media-libs/speex-1.2.0
46 - media-libs/speexdsp
47 - )
48 - <media-libs/speex-1.2.0
49 - )
50 + >=media-libs/speex-1.2.0
51 + media-libs/speexdsp
52 sys-apps/lsb-release
53 x11-libs/libX11
54 x11-libs/libXi