diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-28 00:30:31 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-28 00:35:09 +0200 |
commit | 532ce0cae5cd6e784549c206e2e3cd155ad75106 (patch) | |
tree | 6304c1b5454dc1f1ddfb5dcc7210a8e1ab643818 | |
parent | dev-perl/Test-MockTime: Version bump 0.17 (diff) | |
download | gentoo-532ce0cae5cd6e784549c206e2e3cd155ad75106.tar.gz gentoo-532ce0cae5cd6e784549c206e2e3cd155ad75106.tar.bz2 gentoo-532ce0cae5cd6e784549c206e2e3cd155ad75106.zip |
dev-perl/Test-MockTime-HiRes: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.80.0-r1.ebuild (renamed from dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.80.0.ebuild) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.80.0.ebuild b/dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.80.0-r1.ebuild index 9b0443a7e9d8..6c6460217011 100644 --- a/dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.80.0.ebuild +++ b/dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.80.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=TARAO DIST_VERSION=0.08 @@ -10,15 +10,13 @@ inherit perl-module DESCRIPTION="Replace actual time with simulated high resolution time" SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Test-MockTime virtual/perl-Test-Simple virtual/perl-Time-HiRes " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} >=dev-perl/Module-Build-Tiny-0.35.0 test? ( dev-perl/Test-Class |