Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/opal/
Date: Sun, 28 May 2017 12:00:09
Message-Id: 1495972625.c7e08abe68f072d1c8e7bc88c6d4083bbe5407c2.pacho@gentoo
1 commit: c7e08abe68f072d1c8e7bc88c6d4083bbe5407c2
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 11:57:05 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 11:57:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e08abe
7
8 net-libs/opal: Disable ixj support as it is broken and won't be solved ever for 3.10.x versions (#481018)
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-libs/opal/opal-3.10.11-r1.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/net-libs/opal/opal-3.10.11-r1.ebuild b/net-libs/opal/opal-3.10.11-r1.ebuild
16 index 7d7ea01e5a5..f109ffcc3ef 100644
17 --- a/net-libs/opal/opal-3.10.11-r1.ebuild
18 +++ b/net-libs/opal/opal-3.10.11-r1.ebuild
19 @@ -13,7 +13,7 @@ LICENSE="MPL-1.0"
20 SLOT="0"
21 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
22 IUSE="celt debug doc +dtmf examples fax ffmpeg h224 h281 h323 iax ilbc
23 -ipv6 ivr ixj java ldap libav lid +plugins sbc +sip +sipim +sound srtp ssl static-libs
24 +ipv6 ivr java ldap libav lid +plugins sbc +sip +sipim +sound srtp ssl static-libs
25 stats swig theora +video vpb vxml +wav x264 x264-static +xml"
26
27 REQUIRED_USE="
28 @@ -35,7 +35,6 @@ RDEPEND="
29 ffmpeg? (
30 libav? ( media-video/libav:0=[encode] )
31 !libav? ( media-video/ffmpeg:0=[encode] ) )
32 - ixj? ( sys-kernel/linux-headers )
33 ilbc? ( dev-libs/ilbc-rfc3951 )
34 sbc? ( media-libs/libsamplerate )
35 theora? ( media-libs/libtheora )
36 @@ -168,6 +167,7 @@ src_configure() {
37 --enable-g711plc \
38 --enable-rfc4103 \
39 --disable-capi \
40 + --disable-ixj \
41 $(use_enable debug) \
42 $(use_enable fax) \
43 $(use_enable fax t38) \
44 @@ -179,7 +179,6 @@ src_configure() {
45 $(use_enable h323 h501) \
46 $(use_enable iax) \
47 $(use_enable ivr) \
48 - $(use_enable ixj) \
49 $(use_enable java) \
50 $(use_enable lid) \
51 $(use_enable plugins) \