summaryrefslogtreecommitdiff
path: root/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Time-Monotonic/Time-Monotonic-0.9.8-r1.ebuild')
-rw-r--r--dev-perl/Time-Monotonic/Time-Monotonic-0.9.8-r1.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8-r1.ebuild b/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8-r1.ebuild
index e8c2149728a0..2ae3daf9e1b6 100644
--- a/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8-r1.ebuild
+++ b/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,9 +12,10 @@ DESCRIPTION="A clock source that only increments and never jumps"
SLOT="0"
KEYWORDS="amd64 ~x86"
-RDEPEND=""
-BDEPEND="${RDEPEND}
+BDEPEND="
>=dev-perl/Module-Build-0.360.400
- virtual/perl-ExtUtils-CBuilder
- test? ( virtual/perl-Test-Simple )
"
+
+PATCHES=(
+ "${FILESDIR}/${P}-implicit.patch"
+)