dev-perl/Net-PcapUtils: EAPI=8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-07-15 20:12:10 +02:00
parent 8ca97c8e0a
commit 6ab8045bbb
No known key found for this signature in database
GPG Key ID: 4C49F79E54D0A206

View File

@ -1,26 +1,19 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=8
DIST_AUTHOR=TIMPOTTER
DIST_VERSION=0.01
DIST_WIKI="tests"
inherit perl-module
DESCRIPTION="Utility routines for use with Net::Pcap"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND="dev-perl/Net-Pcap"
DEPEND="${RDEPEND}"
PATCHES=("${FILESDIR}/${PN}-0.01-testsuite.patch")
BDEPEND="${RDEPEND}"
src_test() {
if [[ $EUID != 0 ]]; then
elog "Some tests require root privileges. For details, see:"
elog "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}"
fi
perl-module_src_test
}
PATCHES=("${FILESDIR}/${PN}-0.01-testsuite.patch")