Gentoo Archives: gentoo-commits

From: Tony Vroon <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/pjproject/
Date: Fri, 31 Aug 2018 17:13:41
Message-Id: 1535735605.062697027374733e80e6bab2d5fa7789e61cd994.chainsaw@gentoo
1 commit: 062697027374733e80e6bab2d5fa7789e61cd994
2 Author: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 31 17:12:55 2018 +0000
4 Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 31 17:13:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06269702
7
8 net-libs/pjproject: Block media-plugins/mediastreamer-bcg729
9
10 This breaks the build process in a way that is not yet fully understood.
11 Annoying, but better to flag it up than to explode without warning.
12
13 Suggested-by: Jaco Kroon <jaco <AT> uls.co.za>
14 Acked-by: Mart Raudsepp <leio <AT> gentoo.org>
15 Fixes: https://bugs.gentoo.org/609702
16 Package-Manager: Portage-2.3.40, Repoman-2.3.9
17
18 net-libs/pjproject/pjproject-2.7.2.ebuild | 3 ++-
19 1 file changed, 2 insertions(+), 1 deletion(-)
20
21 diff --git a/net-libs/pjproject/pjproject-2.7.2.ebuild b/net-libs/pjproject/pjproject-2.7.2.ebuild
22 index ee569db2b4e..8f9962b2e27 100644
23 --- a/net-libs/pjproject/pjproject-2.7.2.ebuild
24 +++ b/net-libs/pjproject/pjproject-2.7.2.ebuild
25 @@ -44,7 +44,8 @@ RDEPEND="alsa? ( media-libs/alsa-lib )
26
27 net-libs/libsrtp:0"
28 DEPEND="${RDEPEND}
29 - virtual/pkgconfig"
30 + virtual/pkgconfig
31 + !!media-plugins/mediastreamer-bcg729"
32
33 REQUIRED_USE="?? ( ${SOUND_FLAGS} )"