From 7c8cce2861a544bea9775080a01ed31882aab01a Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 6 Oct 2025 01:24:43 +0100 Subject: [PATCH] dev-db/influxdb: add workaround for new Rust Set RUST_MAX_VER to 1.88.0 to avoid an issue w/ 1.89 vs nightly. The package isn't very easy to maintain so not going to do a drive-by bump or anything here, the maintainer can do that. Bug: https://bugs.gentoo.org/961269 Signed-off-by: Sam James --- dev-db/influxdb/influxdb-2.7.10-r1.ebuild | 4 +++- dev-db/influxdb/influxdb-2.7.11.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-db/influxdb/influxdb-2.7.10-r1.ebuild b/dev-db/influxdb/influxdb-2.7.10-r1.ebuild index 60339b24dc5b0..d3b52ab1c291c 100644 --- a/dev-db/influxdb/influxdb-2.7.10-r1.ebuild +++ b/dev-db/influxdb/influxdb-2.7.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -189,6 +189,8 @@ CRATES=" yansi@0.5.1 " +# bug #961269 +RUST_MAX_VER=1.88.0 inherit cargo go-module systemd DESCRIPTION="Scalable datastore for metrics, events, and real-time analytics" diff --git a/dev-db/influxdb/influxdb-2.7.11.ebuild b/dev-db/influxdb/influxdb-2.7.11.ebuild index d942f6197c86a..fe8330a773fb8 100644 --- a/dev-db/influxdb/influxdb-2.7.11.ebuild +++ b/dev-db/influxdb/influxdb-2.7.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -189,6 +189,8 @@ CRATES=" yansi@0.5.1 " +# bug #961269 +RUST_MAX_VER=1.88.0 inherit cargo go-module systemd DESCRIPTION="Scalable datastore for metrics, events, and real-time analytics"