summaryrefslogtreecommitdiff
path: root/dev-perl/Net-Patricia
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-17 19:04:28 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-17 19:04:28 +0100
commit514d1bbe260df2521fe60f1a3ec87cfcfde1a829 (patch)
tree555c194dbeb0fb2ac4ad3cde7c0f6a80fd330ce2 /dev-perl/Net-Patricia
parent4df3bf9762850b34cd1ead5c80374d1a0fc3362e (diff)
gentoo resync : 17.07.2021
Diffstat (limited to 'dev-perl/Net-Patricia')
-rw-r--r--dev-perl/Net-Patricia/Manifest2
-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
2 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/Net-Patricia/Manifest b/dev-perl/Net-Patricia/Manifest
index 69aaa231a2ee..d2df410232a9 100644
--- a/dev-perl/Net-Patricia/Manifest
+++ b/dev-perl/Net-Patricia/Manifest
@@ -1,4 +1,4 @@
AUX Net-Patricia-1.22-no-lnsl.patch 947 BLAKE2B a0535920826937aa83fd1d9a64256a131a717131cd14338e2b7c067007e5e4c8d106745ad4dce9fbc8a6ba336e1c336f8f9bcd51fb2a31b5c63e620f12705bc8 SHA512 43f9907393952efb253cd8e8a9bdd1e6ed179750700855f46dbbf21b4e6e3838349dedda98c24896d177a4cfcf99289beb0053ab62327e161743f581954bbe58
DIST Net-Patricia-1.22.tar.gz 27780 BLAKE2B 9f81e9551b4110bcc6e16f8393d39f5a5ef4521e1cb6c1ea58a35f37a7b4a4882eaa9a3418b0695fa17e295dbb325ee9583f129be1dfb476ffbad7150d08691c SHA512 d76702d30784f8448dcf3a5269e052bc7bd6f5fe5a16824b6e3ede1d0182deb139522e45e1fb78749a7527ddbc950c213d843e43f45b5b0ed63b5b985b329861
-EBUILD Net-Patricia-1.220.0-r1.ebuild 594 BLAKE2B a90e58a2ec9c5605c43cd2d2379d243e9bf120fba8dc458adf2ef7618bed339fdd4bd201ecf08be1a8ce567d3cf3f79e1638aabed91d0ac7d57b3156b061c1b5 SHA512 82100e1b5f42860652b66d5d65704c35815ac4a1ef25f5752146662d2500a7dd3710fee8eb6cde46655f4525d4b85c3659963deb06935d827dca81d2c3a67004
+EBUILD Net-Patricia-1.220.0-r2.ebuild 596 BLAKE2B 11edb16bea620627f6d371cc4a19ee9d533a1ee3070cfce041017621ad73a24f833f90ba28ba8a31c2cdea2ada99d2a23dcf76bfbe63c6fa5b8ed431f28ced2a SHA512 c5badb307a031909fe102d613a35287e82f4d21240814a26cf3f86a1e64ef06f8592db46cc3dcace91307878daf627d70a72d45103d2aa5b82fd3c715c2499ba
MISC metadata.xml 535 BLAKE2B 85679f1ddf9ae459d8b64634e9f2512ae5d7e71cbc8808a9c7f8f89f22cc417cd9228c32d7064d0d5bfffb8d47f91b7c20f3ab947bf72fab2e17b958b7387943 SHA512 cac83e7065b4ea8cb0f54ebde75a1e6e31cbcab5462d1e48e773425bf5ab5a413859dbce470b0692884ca827911a5ca9ff85a02d9cececa5e1602ab6d2495577
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}"
}