commit: 08250124334974b22a6b10499fd22963adf02246
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 18:09:38 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 18:14:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08250124
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 <AT> gentoo.org>
...Net-Patricia-1.220.0-r1.ebuild => Net-Patricia-1.220.0-r2.ebuild} | 5 +++--
1 file 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
similarity index 95%
rename from dev-perl/Net-Patricia/Net-Patricia-1.220.0-r1.ebuild
rename to dev-perl/Net-Patricia/Net-Patricia-1.220.0-r2.ebuild
index 7fec77a0343..9e7ed4aaa30 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}"
}