diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-05 21:17:52 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-05 21:27:41 +0100 |
commit | 6f97cffd215f378159a54beade7f757d5cc8eb64 (patch) | |
tree | 8a716dc5a2b18b9e275c2862b52fc4703fb99eec /dev-perl | |
parent | dev-perl/IO-SessionData: EAPI=8 bump (diff) | |
download | gentoo-6f97cffd215f378159a54beade7f757d5cc8eb64.tar.gz gentoo-6f97cffd215f378159a54beade7f757d5cc8eb64.tar.bz2 gentoo-6f97cffd215f378159a54beade7f757d5cc8eb64.zip |
dev-perl/IO-Socket-INET6: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0-r2.ebuild (renamed from dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0-r1.ebuild) | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0-r1.ebuild b/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0-r2.ebuild index b0dfc4eed57d..3bd200805cb7 100644 --- a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.0-r1.ebuild +++ b/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.720.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=SHLOMIF DIST_VERSION=2.72 @@ -11,18 +11,16 @@ DESCRIPTION="Work with IO sockets in ipv6" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" -RDEPEND="dev-perl/Socket6" -DEPEND="${RDEPEND} - dev-perl/Module-Build" +RDEPEND=" + dev-perl/Socket6 +" +BDEPEND="${RDEPEND} + dev-perl/Module-Build +" -src_test() { - local BADTESTS=( +PERL_RM_FILES=( t/pod-coverage.t t/pod.t t/style-trailing-space.t ) - perl_rm_files "${BADTESTS[@]}" - perl-module_src_test -} |