Skip to content

Commit

Permalink
dev-perl/Net-PcapUtils: EAPI=8 bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <[email protected]>
  • Loading branch information
akhuettel committed Jul 15, 2021
1 parent 8ca97c8 commit 6ab8045
Showing 1 changed file with 5 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 6ab8045

Please sign in to comment.