summaryrefslogtreecommitdiff
path: root/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild')
-rw-r--r--net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild8
1 files changed, 4 insertions, 4 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..f0ea71dfd7bc 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
@@ -11,8 +11,8 @@ 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"
+KEYWORDS="~alpha amd64 arm ~ia64 ppc ~s390 sparc x86"
+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" '')
)