Skip to content

Commit

Permalink
dev-perl/Tie-IxHash: EAPI=8 bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <[email protected]>
  • Loading branch information
akhuettel committed Sep 28, 2021
1 parent 812c31e commit d3abc69
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
EAPI=8

MODULE_AUTHOR=CHORNY
MODULE_VERSION=1.23
DIST_AUTHOR=CHORNY
DIST_VERSION=1.23
inherit perl-module

DESCRIPTION="Ordered associative arrays for Perl"

SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND=""
DEPEND="
BDEPEND="
dev-perl/Module-Build
test? ( virtual/perl-Test-Simple )
"

SRC_TEST=do

src_test() {
perl_rm_files t/pod.t
perl-module_src_test
Expand Down

0 comments on commit d3abc69

Please sign in to comment.