mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
sys-block/thin-provisioning-tools: add RUST_MAX_VER workaround
Keeping bug open pending bump. Bug: https://bugs.gentoo.org/964273 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
ab6b6ec10a
commit
0271237745
@ -3,6 +3,9 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
# bug #964273
|
||||
RUST_MAX_VER=1.88.0
|
||||
|
||||
if [[ ${PV} != *9999 ]]; then
|
||||
CRATES="
|
||||
adler@1.0.2
|
||||
|
||||
@ -1,8 +1,11 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# bug #964273
|
||||
RUST_MAX_VER=1.88.0
|
||||
|
||||
CRATES="
|
||||
adler@1.0.2
|
||||
aho-corasick@1.1.3
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
# bug #964273
|
||||
RUST_MAX_VER=1.88.0
|
||||
|
||||
CRATES="
|
||||
adler@1.0.2
|
||||
aho-corasick@1.1.3
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
# bug #964273
|
||||
RUST_MAX_VER=1.88.0
|
||||
|
||||
CRATES="
|
||||
adler@1.0.2
|
||||
aho-corasick@1.1.3
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
# bug #964273
|
||||
RUST_MAX_VER=1.88.0
|
||||
|
||||
CRATES="
|
||||
adler@1.0.2
|
||||
aho-corasick@1.1.3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user