commit:     dae964d5a33465f2739cb82988b0806ec05dd716
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 15 17:21:50 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 17:42:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae964d5

net-dns/pdnsd: Removed isdn support

Closes: https://bugs.gentoo.org/765544
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild 
b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
index beab65cedd7..1b6f6b34a9b 100644
--- a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
+++ b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ 
SRC_URI="http://members.home.nl/p.a.rombouts/pdnsd/releases/${P}-par.tar.gz";
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~s390 ~sparc ~x86"
-IUSE="debug ipv6 isdn +urandom test"
+IUSE="debug ipv6 +urandom test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
@@ -23,12 +23,12 @@ DEPEND="test? ( net-dns/bind-tools )"
 
 src_configure() {
        local myeconfargs=(
+               --disable-isdn
                --sysconfdir="${EPREFIX}"/etc/pdnsd
                --with-cachedir="${EPREFIX}"/var/cache/pdnsd
                --with-default-id=pdnsd
                $(use_enable ipv6)
                $(use_enable ipv6 ipv6-startup)
-               $(use_enable isdn)
                $(usex debug '--with-debug=3' '')
                $(usex urandom "--with-random-device=${EPREFIX}/dev/urandom" '')
        )

Reply via email to