diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-06-05 09:29:07 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-06-05 09:30:55 +0200 |
commit | 0b55f5ae8dd48aacbfcd4ef8fe0eac4835973b94 (patch) | |
tree | dca1db26a3c93c0ec04f5963435ab898f8732b13 /dev-ml | |
parent | app-emulation/cloud-init: Stabilize 23.4 amd64, #932918 (diff) | |
download | gentoo-0b55f5ae8dd48aacbfcd4ef8fe0eac4835973b94.tar.gz gentoo-0b55f5ae8dd48aacbfcd4ef8fe0eac4835973b94.tar.bz2 gentoo-0b55f5ae8dd48aacbfcd4ef8fe0eac4835973b94.zip |
dev-ml/logs: Span.to_us removed in mtime-2.0.0
Closes: https://bugs.gentoo.org/915792
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/logs/logs-0.7.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/logs/logs-0.7.0-r1.ebuild b/dev-ml/logs/logs-0.7.0-r1.ebuild index 7e84cf5b1c70..f2a489794097 100644 --- a/dev-ml/logs/logs-0.7.0-r1.ebuild +++ b/dev-ml/logs/logs-0.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,7 @@ BDEPEND=" dev-ml/ocamlbuild dev-ml/opam-installer dev-ml/topkg - test? ( dev-ml/mtime ) + test? ( <=dev-ml/mtime-1.4.0 ) " src_prepare() { |