commit:     6dcdc51ece63b35ed993af10f36b7825db91143e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 13:08:38 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 14:49:14 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=6dcdc51e

net-voip/twinkle: Drop IUSE=zrtp, net-libs/libzrtpcpp broken w/ openssl-1.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-voip/twinkle/metadata.xml         | 3 ---
 net-voip/twinkle/twinkle-1.4.2.ebuild | 8 +++-----
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/net-voip/twinkle/metadata.xml b/net-voip/twinkle/metadata.xml
index 3700fd7b..f5eaa0c6 100644
--- a/net-voip/twinkle/metadata.xml
+++ b/net-voip/twinkle/metadata.xml
@@ -9,8 +9,5 @@ network using a SIP proxy to route your calls.
 </longdescription>
 <use>
        <flag name='ilbc'>Enables use of ilbc (RFC3951) audio encoding</flag>
-       <flag name='zrtp'>Enables use of secure rtp using the zrtp extension of 
GNU
-               RTP stack developed by Phil Zimmermann
-       </flag>
 </use>
 </pkgmetadata>

diff --git a/net-voip/twinkle/twinkle-1.4.2.ebuild 
b/net-voip/twinkle/twinkle-1.4.2.ebuild
index d657da0a..76bc99ff 100644
--- a/net-voip/twinkle/twinkle-1.4.2.ebuild
+++ b/net-voip/twinkle/twinkle-1.4.2.ebuild
@@ -1,6 +1,5 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
 EAPI=2
 inherit autotools eutils qt3
@@ -12,16 +11,15 @@ 
SRC_URI="http://www.xs4all.nl/~mfnboer/twinkle/download/${P}.tar.gz";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="speex ilbc zrtp"
+IUSE="ilbc speex"
 
 RDEPEND=">=net-libs/ccrtp-1.6.0
        dev-cpp/commoncpp2
        dev-qt/qt-meta:3
        media-libs/libsndfile
        dev-libs/boost
-       speex? ( media-libs/speex )
        ilbc? ( dev-libs/ilbc-rfc3951 )
-       zrtp? ( >=net-libs/libzrtpcpp-1.3.0 )
+       speex? ( media-libs/speex )
        media-libs/alsa-lib"
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
@@ -37,7 +35,7 @@ src_configure() {
                --without-kde \
                $(use_with ilbc) \
                $(use_with speex) \
-               $(use_with zrtp) \
+               --without-zrtp \
                --without-arts
 }
 

Reply via email to