diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-29 17:47:26 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-29 17:52:49 +0200 |
commit | 449b667f41741676cb3d137b8ce5ccbefd94f9ce (patch) | |
tree | a878867d7a5763d1031eaa6b1ed902451a6f14fb /dev-perl/Time-Monotonic | |
parent | dev-perl/Time-Moment: Version bump 0.44 (diff) | |
download | gentoo-449b667f41741676cb3d137b8ce5ccbefd94f9ce.tar.gz gentoo-449b667f41741676cb3d137b8ce5ccbefd94f9ce.tar.bz2 gentoo-449b667f41741676cb3d137b8ce5ccbefd94f9ce.zip |
dev-perl/Time-Monotonic: 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/Time-Monotonic')
-rw-r--r-- | dev-perl/Time-Monotonic/Time-Monotonic-0.9.8-r1.ebuild (renamed from dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild b/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8-r1.ebuild index 3932193dd3dc..e8c2149728a0 100644 --- a/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild +++ b/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=DAVID DIST_VERSION=v${PV} @@ -11,11 +11,9 @@ DESCRIPTION="A clock source that only increments and never jumps" SLOT="0" KEYWORDS="amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND="" -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} >=dev-perl/Module-Build-0.360.400 virtual/perl-ExtUtils-CBuilder test? ( virtual/perl-Test-Simple ) |