commit: c7e08abe68f072d1c8e7bc88c6d4083bbe5407c2
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 11:57:05 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 28 11:57:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e08abe
net-libs/opal: Disable ixj support as it is broken and won't be solved ever for
3.10.x versions (#481018)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
net-libs/opal/opal-3.10.11-r1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/net-libs/opal/opal-3.10.11-r1.ebuild
b/net-libs/opal/opal-3.10.11-r1.ebuild
index 7d7ea01e5a5..f109ffcc3ef 100644
--- a/net-libs/opal/opal-3.10.11-r1.ebuild
+++ b/net-libs/opal/opal-3.10.11-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE="MPL-1.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="celt debug doc +dtmf examples fax ffmpeg h224 h281 h323 iax ilbc
-ipv6 ivr ixj java ldap libav lid +plugins sbc +sip +sipim +sound srtp ssl
static-libs
+ipv6 ivr java ldap libav lid +plugins sbc +sip +sipim +sound srtp ssl
static-libs
stats swig theora +video vpb vxml +wav x264 x264-static +xml"
REQUIRED_USE="
@@ -35,7 +35,6 @@ RDEPEND="
ffmpeg? (
libav? ( media-video/libav:0=[encode] )
!libav? ( media-video/ffmpeg:0=[encode] ) )
- ixj? ( sys-kernel/linux-headers )
ilbc? ( dev-libs/ilbc-rfc3951 )
sbc? ( media-libs/libsamplerate )
theora? ( media-libs/libtheora )
@@ -168,6 +167,7 @@ src_configure() {
--enable-g711plc \
--enable-rfc4103 \
--disable-capi \
+ --disable-ixj \
$(use_enable debug) \
$(use_enable fax) \
$(use_enable fax t38) \
@@ -179,7 +179,6 @@ src_configure() {
$(use_enable h323 h501) \
$(use_enable iax) \
$(use_enable ivr) \
- $(use_enable ixj) \
$(use_enable java) \
$(use_enable lid) \
$(use_enable plugins) \