diff options
-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 |