commit: e6d461051c5c3f4c1f32758f41aadb0c60d56196 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Mon Aug 11 16:55:56 2025 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Mon Aug 11 16:56:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e6d46105
app-metrics/scaphandre: restrict rust to <1.86.0 https://github.com/hubblo-org/scaphandre/issues/403 Closes: https://bugs.gentoo.org/953432 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> app-metrics/scaphandre/scaphandre-0.5.0-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-metrics/scaphandre/scaphandre-0.5.0-r1.ebuild b/app-metrics/scaphandre/scaphandre-0.5.0-r1.ebuild index 72db241c62..0cb9221776 100644 --- a/app-metrics/scaphandre/scaphandre-0.5.0-r1.ebuild +++ b/app-metrics/scaphandre/scaphandre-0.5.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2024 Gentoo Authors +# Copyright 2017-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Autogenerated by pycargoebuild 0.13.2 @@ -218,6 +218,9 @@ CRATES=" [email protected] " +# https://github.com/hubblo-org/scaphandre/issues/403 +RUST_MAX_VER="1.85.1" + inherit cargo linux-info DESCRIPTION="Electrical power consumption measurement agent"
