sys-devel/rust-std: use edo in src_compile

Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
Matt Jolly
2025-06-03 14:06:36 +10:00
parent 18b187ecdd
commit 3a78f31bd6
13 changed files with 43 additions and 43 deletions

View File

@@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
DESCRIPTION="Rust standard library, standalone (for crossdev)"
HOMEPAGE="https://www.rust-lang.org"
@@ -136,9 +136,9 @@ src_configure() {
}
src_compile() {
env RUST_BACKTRACE=1 \
edo env RUST_BACKTRACE=1 \
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
library/std --stage 0 || die
library/std --stage 0
}
src_test() {

View File

@@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
DESCRIPTION="Rust standard library, standalone (for crossdev)"
HOMEPAGE="https://www.rust-lang.org"
@@ -140,9 +140,9 @@ src_configure() {
}
src_compile() {
env RUST_BACKTRACE=1 \
edo env RUST_BACKTRACE=1 \
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
library/std --stage 0 || die
library/std --stage 0
}
src_test() {

View File

@@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
DESCRIPTION="Rust standard library, standalone (for crossdev)"
HOMEPAGE="https://www.rust-lang.org"
@@ -136,9 +136,9 @@ src_configure() {
}
src_compile() {
env RUST_BACKTRACE=1 \
edo env RUST_BACKTRACE=1 \
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
library/std --stage 0 || die
library/std --stage 0
}
src_test() {

View File

@@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
DESCRIPTION="Rust standard library, standalone (for crossdev)"
HOMEPAGE="https://www.rust-lang.org"
@@ -136,9 +136,9 @@ src_configure() {
}
src_compile() {
env RUST_BACKTRACE=1 \
edo env RUST_BACKTRACE=1 \
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
library/std --stage 0 || die
library/std --stage 0
}
src_test() {

View File

@@ -1,11 +1,11 @@
# Copyright 2020-2024 Gentoo Authors
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
DESCRIPTION="Rust standard library, standalone (for crossdev)"
HOMEPAGE="https://www.rust-lang.org"
@@ -136,9 +136,9 @@ src_configure() {
}
src_compile() {
env RUST_BACKTRACE=1 \
edo env RUST_BACKTRACE=1 \
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
library/std --stage 0 || die
library/std --stage 0
}
src_test() {

View File

@@ -1,11 +1,11 @@
# Copyright 2020-2024 Gentoo Authors
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
DESCRIPTION="Rust standard library, standalone (for crossdev)"
HOMEPAGE="https://www.rust-lang.org"
@@ -136,9 +136,9 @@ src_configure() {
}
src_compile() {
env RUST_BACKTRACE=1 \
edo env RUST_BACKTRACE=1 \
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
library/std --stage 0 || die
library/std --stage 0
}
src_test() {

View File

@@ -1,11 +1,11 @@
# Copyright 2020-2024 Gentoo Authors
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
DESCRIPTION="Rust standard library, standalone (for crossdev)"
HOMEPAGE="https://www.rust-lang.org"
@@ -136,9 +136,9 @@ src_configure() {
}
src_compile() {
env RUST_BACKTRACE=1 \
edo env RUST_BACKTRACE=1 \
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
library/std --stage 0 || die
library/std --stage 0
}
src_test() {

View File

@@ -1,11 +1,11 @@
# Copyright 2020-2024 Gentoo Authors
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
DESCRIPTION="Rust standard library, standalone (for crossdev)"
HOMEPAGE="https://www.rust-lang.org"
@@ -136,9 +136,9 @@ src_configure() {
}
src_compile() {
env RUST_BACKTRACE=1 \
edo env RUST_BACKTRACE=1 \
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
library/std --stage 0 || die
library/std --stage 0
}
src_test() {

View File

@@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
DESCRIPTION="Rust standard library, standalone (for crossdev)"
HOMEPAGE="https://www.rust-lang.org"
@@ -136,9 +136,9 @@ src_configure() {
}
src_compile() {
env RUST_BACKTRACE=1 \
edo env RUST_BACKTRACE=1 \
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
library/std --stage 0 || die
library/std --stage 0
}
src_test() {

View File

@@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
DESCRIPTION="Rust standard library, standalone (for crossdev)"
HOMEPAGE="https://www.rust-lang.org"
@@ -134,9 +134,9 @@ src_configure() {
}
src_compile() {
env RUST_BACKTRACE=1 \
edo env RUST_BACKTRACE=1 \
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
library/std --stage 0 || die
library/std --stage 0
}
src_test() {

View File

@@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
DESCRIPTION="Rust standard library, standalone (for crossdev)"
HOMEPAGE="https://www.rust-lang.org"
@@ -134,9 +134,9 @@ src_configure() {
}
src_compile() {
env RUST_BACKTRACE=1 \
edo env RUST_BACKTRACE=1 \
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
library/std --stage 0 || die
library/std --stage 0
}
src_test() {

View File

@@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs
DESCRIPTION="Rust standard library, standalone (for crossdev)"
HOMEPAGE="https://www.rust-lang.org"
@@ -134,9 +134,9 @@ src_configure() {
}
src_compile() {
env RUST_BACKTRACE=1 \
edo env RUST_BACKTRACE=1 \
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
library/std --stage 0 || die
library/std --stage 0
}
src_test() {

View File

@@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs verify-sig
inherit edo flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs verify-sig
DESCRIPTION="Rust standard library, standalone (for crossdev)"
HOMEPAGE="https://www.rust-lang.org"
@@ -161,9 +161,9 @@ src_configure() {
}
src_compile() {
env RUST_BACKTRACE=1 \
edo env RUST_BACKTRACE=1 \
"${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \
library/std --stage 0 || die
library/std --stage 0
}
src_test() {