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 8A086138330 for ; Sun, 9 Oct 2016 16:19:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFE0BE0B88; Sun, 9 Oct 2016 16:19:16 +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 C7954E0B88 for ; Sun, 9 Oct 2016 16:19:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9726F341011 for ; Sun, 9 Oct 2016 16:19:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEA9C249F for ; Sun, 9 Oct 2016 16:19:14 +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: <1476029920.554be55977758c97913f15c49c56590959a3a5d2.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ortp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ortp/ortp-0.23.0-r1.ebuild X-VCS-Directories: net-libs/ortp/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 554be55977758c97913f15c49c56590959a3a5d2 X-VCS-Branch: master Date: Sun, 9 Oct 2016 16:19:14 +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: 6e4b834a-dc1a-4ce6-830e-4b6edbfa1759 X-Archives-Hash: acc17f5e3214b52097f5e251d3a40b6d commit: 554be55977758c97913f15c49c56590959a3a5d2 Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 9 15:37:18 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 9 16:18:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=554be559 net-libs/ortp: zrtp support was removed from the tree Package-Manager: portage-2.3.1 net-libs/ortp/ortp-0.23.0-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net-libs/ortp/ortp-0.23.0-r1.ebuild b/net-libs/ortp/ortp-0.23.0-r1.ebuild index bdc1b15..683b45e 100644 --- a/net-libs/ortp/ortp-0.23.0-r1.ebuild +++ b/net-libs/ortp/ortp-0.23.0-r1.ebuild @@ -13,15 +13,13 @@ LICENSE="LGPL-2.1" SLOT="0/9" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" -IUSE="debug doc examples ipv6 libressl minimal ntp-timestamp ssl srtp zrtp" -REQUIRED_USE="zrtp? ( srtp )" +IUSE="debug doc examples ipv6 libressl minimal ntp-timestamp ssl srtp" RDEPEND=" ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) srtp? ( net-libs/libsrtp:0= ) - zrtp? ( >=net-libs/libzrtpcpp-4.0.0:0= ) " DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) @@ -51,13 +49,14 @@ src_configure() { --enable-libtool-lock # this is fine as long as we do not link to polarssl --enable-broken-srtp + # zrtp removed from the tree + --disable-zrtp $(use_enable debug) $(use_enable ipv6) $(use_enable minimal perf) $(use_enable ntp-timestamp) $(use_enable ssl ssl-hmac) - $(use_enable zrtp) --with-srtp=$(usex srtp "${EPREFIX}"/usr none) $(use doc || echo ac_cv_path_DOXYGEN=false)