diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-28 20:28:29 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-28 20:32:23 +0200 |
commit | e880f877c7b310a7bfe690e9292f6e9cc33b466b (patch) | |
tree | bd9bd1873dba4c22bdf0ee885a0b63d8bd758360 /dev-perl/Tie-Simple | |
parent | dev-perl/Tie-ShadowHash: EAPI=8 bump (diff) | |
download | gentoo-e880f877c7b310a7bfe690e9292f6e9cc33b466b.tar.gz gentoo-e880f877c7b310a7bfe690e9292f6e9cc33b466b.tar.bz2 gentoo-e880f877c7b310a7bfe690e9292f6e9cc33b466b.zip |
dev-perl/Tie-Simple: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Tie-Simple')
-rw-r--r-- | dev-perl/Tie-Simple/Tie-Simple-1.40.0-r1.ebuild (renamed from dev-perl/Tie-Simple/Tie-Simple-1.40.0.ebuild) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-perl/Tie-Simple/Tie-Simple-1.40.0.ebuild b/dev-perl/Tie-Simple/Tie-Simple-1.40.0-r1.ebuild index 7bb0b5544a71..263c6270c628 100644 --- a/dev-perl/Tie-Simple/Tie-Simple-1.40.0.ebuild +++ b/dev-perl/Tie-Simple/Tie-Simple-1.40.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=HANENKAMP DIST_VERSION=1.04 @@ -11,14 +11,13 @@ DESCRIPTION="Module for creating easier variable ties" SLOT="0" KEYWORDS="amd64 ~hppa x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND="" -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) " + src_test() { perl_rm_files t/author-pod-{coverage,syntax}.t perl-module_src_test |