commit:     546086695a47bbf4d0f3899c5b5476a4cfb3e07c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 08:15:41 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 08:27:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54608669

net-voip/yate: remove masked IUSE="dahdi"

The package behind the USE flag was just tree-cleaned, so remove the
USE flag (which was masked, so NOP).

Bug: https://bugs.gentoo.org/914477
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-voip/yate/metadata.xml         | 1 -
 net-voip/yate/yate-6.2.0.ebuild    | 7 +++----
 net-voip/yate/yate-9999.ebuild     | 7 +++----
 profiles/arch/arm/package.use.mask | 4 ----
 profiles/base/package.use.mask     | 1 -
 5 files changed, 6 insertions(+), 14 deletions(-)

diff --git a/net-voip/yate/metadata.xml b/net-voip/yate/metadata.xml
index 44d8957443cb..c19d9da8fdd7 100644
--- a/net-voip/yate/metadata.xml
+++ b/net-voip/yate/metadata.xml
@@ -6,7 +6,6 @@
                <name>Radio</name>
        </maintainer>
        <use>
-               <flag name="dahdi">Enable Dahdi driver</flag>
                <flag name="zaptel">Enable Zaptel driver</flag>
                <flag name="wpcard">Enable Wanpipe card driver</flag>
                <flag name="tdmcard">Enable TDMV API card driver</flag>

diff --git a/net-voip/yate/yate-6.2.0.ebuild b/net-voip/yate/yate-6.2.0.ebuild
index 57f0c59da403..6856c69337a4 100644
--- a/net-voip/yate/yate-6.2.0.ebuild
+++ b/net-voip/yate/yate-6.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-IUSE="doc cpu_flags_x86_sse2 sctp dahdi zaptel wpcard tdmcard wanpipe +ilbc 
+ilbc-webrtc +isac-float isac-fixed postgres mysql +gsm +speex spandsp +ssl 
+zlib amrnb"
+IUSE="doc cpu_flags_x86_sse2 sctp zaptel wpcard tdmcard wanpipe +ilbc 
+ilbc-webrtc +isac-float isac-fixed postgres mysql +gsm +speex spandsp +ssl 
+zlib amrnb"
 
 RDEPEND="
        postgres? ( dev-db/postgresql:* )
@@ -30,7 +30,6 @@ RDEPEND="
        zlib? ( sys-libs/zlib )
        ilbc? ( media-libs/libilbc:= )
        spandsp? ( >=media-libs/spandsp-0.0.3 )
-       dahdi? ( net-misc/dahdi )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
@@ -61,7 +60,7 @@ src_configure() {
                --without-libqt4 \
                $(use_enable cpu_flags_x86_sse2 sse2) \
                $(use_enable sctp) \
-               $(use_enable dahdi) \
+               --disable-dahdi \
                $(use_enable zaptel) \
                $(use_enable wpcard) \
                $(use_enable tdmcard) \

diff --git a/net-voip/yate/yate-9999.ebuild b/net-voip/yate/yate-9999.ebuild
index 57f0c59da403..6856c69337a4 100644
--- a/net-voip/yate/yate-9999.ebuild
+++ b/net-voip/yate/yate-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-IUSE="doc cpu_flags_x86_sse2 sctp dahdi zaptel wpcard tdmcard wanpipe +ilbc 
+ilbc-webrtc +isac-float isac-fixed postgres mysql +gsm +speex spandsp +ssl 
+zlib amrnb"
+IUSE="doc cpu_flags_x86_sse2 sctp zaptel wpcard tdmcard wanpipe +ilbc 
+ilbc-webrtc +isac-float isac-fixed postgres mysql +gsm +speex spandsp +ssl 
+zlib amrnb"
 
 RDEPEND="
        postgres? ( dev-db/postgresql:* )
@@ -30,7 +30,6 @@ RDEPEND="
        zlib? ( sys-libs/zlib )
        ilbc? ( media-libs/libilbc:= )
        spandsp? ( >=media-libs/spandsp-0.0.3 )
-       dahdi? ( net-misc/dahdi )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
@@ -61,7 +60,7 @@ src_configure() {
                --without-libqt4 \
                $(use_enable cpu_flags_x86_sse2 sse2) \
                $(use_enable sctp) \
-               $(use_enable dahdi) \
+               --disable-dahdi \
                $(use_enable zaptel) \
                $(use_enable wpcard) \
                $(use_enable tdmcard) \

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 538183ba8712..9a1086cd7aa4 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -376,10 +376,6 @@ sci-libs/netcdf hdf
 # Unkeyworded deps, bug #519618
 sys-block/fio glusterfs rbd
 
-# Rick Farina <zeroch...@gentoo.org> (2014-07-27)
-# net-misc/dahdi doesn't build
-net-voip/yate dahdi
-
 # Markus Meier <mae...@gentoo.org> (2014-06-24)
 # Unkeyworded deps, bug #513108
 >=net-misc/spice-gtk-0.25 smartcard

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 02bf0ed78682..1ed960067369 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -61,7 +61,6 @@ dev-haskell/tasty-expected-failure test
 # Joonas Niilola <juip...@gentoo.org> (2023-09-21)
 # DAHDI is being last-rited. See bug #914477.
 net-misc/asterisk dahdi
-net-voip/yate dahdi
 
 # Matt Turner <matts...@gentoo.org> (2023-09-14)
 # Not ported to libsoup:3.0

Reply via email to