From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EBF81139695 for ; Sun, 28 May 2017 12:00:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A2D421C06B; Sun, 28 May 2017 12:00:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A4B421C06B for ; Sun, 28 May 2017 12:00:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E99CE34167D for ; Sun, 28 May 2017 12:00:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58BC07468 for ; Sun, 28 May 2017 12:00:00 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1495972625.c7e08abe68f072d1c8e7bc88c6d4083bbe5407c2.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/opal/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/opal/opal-3.10.11-r1.ebuild X-VCS-Directories: net-libs/opal/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c7e08abe68f072d1c8e7bc88c6d4083bbe5407c2 X-VCS-Branch: master Date: Sun, 28 May 2017 12:00:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d77e5047-f073-402c-b509-5f993db0ce9c X-Archives-Hash: 6a327f2d4bd9d42aa675126a726aa613 commit: c7e08abe68f072d1c8e7bc88c6d4083bbe5407c2 Author: Pacho Ramos gentoo org> AuthorDate: Sun May 28 11:57:05 2017 +0000 Commit: Pacho Ramos gentoo 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) \