mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
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:
parent
8ca97c8e0a
commit
6ab8045bbb
@ -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")
|
||||
Loading…
x
Reference in New Issue
Block a user