summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-29 17:47:26 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-29 17:52:49 +0200
commit449b667f41741676cb3d137b8ce5ccbefd94f9ce (patch)
treea878867d7a5763d1031eaa6b1ed902451a6f14fb /dev-perl/Time-Monotonic
parentdev-perl/Time-Moment: Version bump 0.44 (diff)
downloadgentoo-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 )