summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/ParaDNS/ParaDNS-2.0.0-r3.ebuild (renamed from dev-perl/ParaDNS/ParaDNS-2.0.0-r2.ebuild)14
1 files changed, 8 insertions, 6 deletions
diff --git a/dev-perl/ParaDNS/ParaDNS-2.0.0-r2.ebuild b/dev-perl/ParaDNS/ParaDNS-2.0.0-r3.ebuild
index f39727696356..d68954af0d91 100644
--- a/dev-perl/ParaDNS/ParaDNS-2.0.0-r2.ebuild
+++ b/dev-perl/ParaDNS/ParaDNS-2.0.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=MSERGEANT
DIST_VERSION=2.0
@@ -11,11 +11,13 @@ DESCRIPTION="a DNS lookup class for the Danga::Socket framework"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="dev-perl/Net-DNS
- >=dev-perl/Danga-Socket-1.61"
-RDEPEND="${DEPEND}"
+RDEPEND="
+ dev-perl/Net-DNS
+ >=dev-perl/Danga-Socket-1.61
+"
+BDEPEND="${RDEPEND}
+"
PATCHES=(
"${FILESDIR}/${PN}-2.0-net-dns-compat.patch"