summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-09 17:37:18 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-09 18:18:40 +0200
commit554be55977758c97913f15c49c56590959a3a5d2 (patch)
treee768d7fe09c462e41448a9f27c608c1830a9371a /net-libs/ortp
parentnet-libs/ortp: Support libressl (#565236) (diff)
downloadgentoo-554be55977758c97913f15c49c56590959a3a5d2.tar.gz
gentoo-554be55977758c97913f15c49c56590959a3a5d2.tar.bz2
gentoo-554be55977758c97913f15c49c56590959a3a5d2.zip
net-libs/ortp: zrtp support was removed from the tree
Package-Manager: portage-2.3.1
Diffstat (limited to 'net-libs/ortp')
-rw-r--r--net-libs/ortp/ortp-0.23.0-r1.ebuild7
1 files 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 bdc1b15df7d5..683b45ee2e35 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)