mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
4ad70a305b
commit
7c8cce2861
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user