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@gentoo.org>
This commit is contained in:
Sam James 2025-10-06 01:24:43 +01:00
parent 4ad70a305b
commit 7c8cce2861
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 6 additions and 2 deletions

View File

@ -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"

View File

@ -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"