diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-05-28 13:57:05 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-05-28 13:57:05 +0200 |
commit | c7e08abe68f072d1c8e7bc88c6d4083bbe5407c2 (patch) | |
tree | 492f90b6f92577071aadc5b051a52d4288687308 /net-libs | |
parent | net-libs/opal: Make repoman more happy (diff) | |
download | gentoo-c7e08abe68f072d1c8e7bc88c6d4083bbe5407c2.tar.gz gentoo-c7e08abe68f072d1c8e7bc88c6d4083bbe5407c2.tar.bz2 gentoo-c7e08abe68f072d1c8e7bc88c6d4083bbe5407c2.zip |
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
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/opal/opal-3.10.11-r1.ebuild | 5 |
1 files 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 7d7ea01e5a57..f109ffcc3ef8 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) \ |