diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-28 20:24:17 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-28 20:32:11 +0200 |
commit | 812c31e77e4d2c0540d21c88230518910373e961 (patch) | |
tree | d953e951cac66413f103b437150f7e7fef161277 /dev-perl/Tie-Hash-Method | |
parent | dev-perl/Tie-EncryptedHash: EAPI=8 bump (diff) | |
download | gentoo-812c31e77e4d2c0540d21c88230518910373e961.tar.gz gentoo-812c31e77e4d2c0540d21c88230518910373e961.tar.bz2 gentoo-812c31e77e4d2c0540d21c88230518910373e961.zip |
dev-perl/Tie-Hash-Method: 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-Hash-Method')
-rw-r--r-- | dev-perl/Tie-Hash-Method/Tie-Hash-Method-0.20.0-r1.ebuild (renamed from dev-perl/Tie-Hash-Method/Tie-Hash-Method-0.20.0.ebuild) | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/dev-perl/Tie-Hash-Method/Tie-Hash-Method-0.20.0.ebuild b/dev-perl/Tie-Hash-Method/Tie-Hash-Method-0.20.0-r1.ebuild index 3dcf96411875..87411175d04a 100644 --- a/dev-perl/Tie-Hash-Method/Tie-Hash-Method-0.20.0.ebuild +++ b/dev-perl/Tie-Hash-Method/Tie-Hash-Method-0.20.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=YVES -MODULE_VERSION=0.02 +DIST_AUTHOR=YVES +DIST_VERSION=0.02 inherit perl-module @@ -12,9 +12,5 @@ DESCRIPTION="Tied hash with specific methods overriden by callbacks" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" -DEPEND="test? ( dev-perl/Test-Pod )" - -SRC_TEST="do parallel" +BDEPEND="test? ( dev-perl/Test-Pod )" |