commit: 7c8cce2861a544bea9775080a01ed31882aab01a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Oct 6 00:24:43 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Oct 6 00:24:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c8cce28
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 <sam <AT> gentoo.org> 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 60339b24dc5b..d3b52ab1c291 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=" [email protected] " +# 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 d942f6197c86..fe8330a773fb 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=" [email protected] " +# bug #961269 +RUST_MAX_VER=1.88.0 inherit cargo go-module systemd DESCRIPTION="Scalable datastore for metrics, events, and real-time analytics"
