summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/Net-Subnet/Net-Subnet-1.30.0-r2.ebuild (renamed from dev-perl/Net-Subnet/Net-Subnet-1.30.0-r1.ebuild)5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/Net-Subnet/Net-Subnet-1.30.0-r1.ebuild b/dev-perl/Net-Subnet/Net-Subnet-1.30.0-r2.ebuild
index 6d625e4a5ccd..767da50d4694 100644
--- a/dev-perl/Net-Subnet/Net-Subnet-1.30.0-r1.ebuild
+++ b/dev-perl/Net-Subnet/Net-Subnet-1.30.0-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=JUERD
DIST_VERSION=1.03
@@ -15,5 +15,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x
RDEPEND="
>=dev-perl/Socket6-0.250.0
"
-DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
PATCHES=( ${FILESDIR}/${PV}-pod-spelling.patch )