From dae964d5a33465f2739cb82988b0806ec05dd716 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Fri, 15 Jan 2021 18:21:50 +0100 Subject: 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 --- 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 beab65cedd77..1b6f6b34a9b4 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" '') ) -- cgit v1.2.3-65-gdbad