summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-15 20:09:38 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-15 20:14:31 +0200
commit08250124334974b22a6b10499fd22963adf02246 (patch)
treed89b4ccd5fc285018712de3eb44b7ded25393b97 /dev-perl/Net-Patricia
parentdev-perl/NetPacket: Version bump 1.7.2 (diff)
downloadgentoo-08250124334974b22a6b10499fd22963adf02246.tar.gz
gentoo-08250124334974b22a6b10499fd22963adf02246.tar.bz2
gentoo-08250124334974b22a6b10499fd22963adf02246.zip
dev-perl/Net-Patricia: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Net-Patricia')
-rw-r--r--dev-perl/Net-Patricia/Net-Patricia-1.220.0-r2.ebuild (renamed from dev-perl/Net-Patricia/Net-Patricia-1.220.0-r1.ebuild)5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.220.0-r1.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.220.0-r2.ebuild
index 7fec77a03430..9e7ed4aaa30f 100644
--- a/dev-perl/Net-Patricia/Net-Patricia-1.220.0-r1.ebuild
+++ b/dev-perl/Net-Patricia/Net-Patricia-1.220.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=GRUBER
DIST_VERSION=1.22
@@ -19,9 +19,10 @@ RDEPEND="dev-perl/Net-CIDR-Lite
dev-perl/Socket6
)
"
-DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
PATCHES=("${FILESDIR}/${PN}-1.22-no-lnsl.patch")
+
src_compile() {
emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
}