diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-05 01:19:17 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-05 01:19:17 -0500 |
| commit | 58d5b6df48974566c90f6b21e09f15dddad2134b (patch) | |
| tree | 64a109688cf729102ee3abd1bd72a49d9167dc04 /dev-lang/rust | |
| parent | eab7bf62d18e386cbf1b987181a08ae0525743f6 (diff) | |
| download | baldeagleos-repo-58d5b6df48974566c90f6b21e09f15dddad2134b.tar.gz baldeagleos-repo-58d5b6df48974566c90f6b21e09f15dddad2134b.tar.xz baldeagleos-repo-58d5b6df48974566c90f6b21e09f15dddad2134b.zip | |
Adding metadata
Diffstat (limited to 'dev-lang/rust')
30 files changed, 78 insertions, 78 deletions
diff --git a/dev-lang/rust/rust-1.74.1-r101.ebuild b/dev-lang/rust/rust-1.74.1-r101.ebuild index 544512df3603..5cbdddfe78b6 100644 --- a/dev-lang/rust/rust-1.74.1-r101.ebuild +++ b/dev-lang/rust/rust-1.74.1-r101.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ RUST_OPTIONAL=1 MRUSTC_VERSION="0.11.2" MRUSTC_RUST_VERSION="1.74.0" -inherit check-reqs cmake edo estack flag-o-matic llvm-r1 multiprocessing multilib multilib-build \ +inherit check-reqs cmake edo estack flag-o-matic llvm-r2 multiprocessing multilib multilib-build \ optfeature python-any-r1 rust rust-toolchain toolchain-funcs verify-sig if [[ ${PV} = *9999* ]]; then @@ -247,7 +247,7 @@ pkg_setup() { fi if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.75.0-r101.ebuild b/dev-lang/rust/rust-1.75.0-r101.ebuild index 67b6d8372c26..9980db365468 100644 --- a/dev-lang/rust/rust-1.75.0-r101.ebuild +++ b/dev-lang/rust/rust-1.75.0-r101.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ RUST_PATCH_VER=${PVR} RUST_MAX_VER=${PV} RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing multilib multilib-build \ +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing multilib multilib-build \ optfeature python-any-r1 rust rust-toolchain toolchain-funcs verify-sig if [[ ${PV} = *9999* ]]; then @@ -224,7 +224,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.76.0-r101.ebuild b/dev-lang/rust/rust-1.76.0-r101.ebuild index 018e34473fb4..4fa524dd084d 100644 --- a/dev-lang/rust/rust-1.76.0-r101.ebuild +++ b/dev-lang/rust/rust-1.76.0-r101.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ RUST_PATCH_VER=${PVR} RUST_MAX_VER=${PV} RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing multilib multilib-build \ +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing multilib multilib-build \ optfeature python-any-r1 rust rust-toolchain toolchain-funcs verify-sig if [[ ${PV} = *9999* ]]; then @@ -224,7 +224,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.77.1-r101.ebuild b/dev-lang/rust/rust-1.77.1-r101.ebuild index 7ca867447462..49c30059e596 100644 --- a/dev-lang/rust/rust-1.77.1-r101.ebuild +++ b/dev-lang/rust/rust-1.77.1-r101.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ RUST_PATCH_VER=${PVR} RUST_MAX_VER=${PV} RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing multilib multilib-build \ +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing multilib multilib-build \ optfeature python-any-r1 rust rust-toolchain toolchain-funcs verify-sig if [[ ${PV} = *9999* ]]; then @@ -224,7 +224,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.78.0-r101.ebuild b/dev-lang/rust/rust-1.78.0-r101.ebuild index 87f926833618..915eb6b60f77 100644 --- a/dev-lang/rust/rust-1.78.0-r101.ebuild +++ b/dev-lang/rust/rust-1.78.0-r101.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ RUST_PATCH_VER=${PVR} RUST_MAX_VER=${PV} RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing multilib multilib-build \ +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing multilib multilib-build \ optfeature python-any-r1 rust rust-toolchain toolchain-funcs verify-sig if [[ ${PV} = *9999* ]]; then @@ -224,7 +224,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.79.0-r101.ebuild b/dev-lang/rust/rust-1.79.0-r101.ebuild index b31c03b3a61a..7f69fcb8fe52 100644 --- a/dev-lang/rust/rust-1.79.0-r101.ebuild +++ b/dev-lang/rust/rust-1.79.0-r101.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ RUST_PATCH_VER=${PVR} RUST_MAX_VER=${PV} RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing multilib multilib-build \ +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing multilib multilib-build \ optfeature python-any-r1 rust rust-toolchain toolchain-funcs verify-sig if [[ ${PV} = *9999* ]]; then @@ -224,7 +224,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.80.1-r101.ebuild b/dev-lang/rust/rust-1.80.1-r101.ebuild index 8bfe20300115..f8f9ac8fa488 100644 --- a/dev-lang/rust/rust-1.80.1-r101.ebuild +++ b/dev-lang/rust/rust-1.80.1-r101.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ RUST_PATCH_VER=${PVR} RUST_MAX_VER=${PV} RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing multilib multilib-build \ +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing multilib multilib-build \ optfeature python-any-r1 rust rust-toolchain toolchain-funcs verify-sig if [[ ${PV} = *9999* ]]; then @@ -224,7 +224,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.81.0-r101.ebuild b/dev-lang/rust/rust-1.81.0-r101.ebuild index 66e0c8ccff01..01985bb4cd42 100644 --- a/dev-lang/rust/rust-1.81.0-r101.ebuild +++ b/dev-lang/rust/rust-1.81.0-r101.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ RUST_PATCH_VER=${PVR} RUST_MAX_VER=${PV} RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature \ +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature \ multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs verify-sig if [[ ${PV} = *9999* ]]; then @@ -225,7 +225,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.82.0-r103.ebuild b/dev-lang/rust/rust-1.82.0-r103.ebuild index fb3e947b69b1..e4ab8985a960 100644 --- a/dev-lang/rust/rust-1.82.0-r103.ebuild +++ b/dev-lang/rust/rust-1.82.0-r103.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ RUST_PATCH_VER=${PVR} RUST_MAX_VER=${PV} RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature \ +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature \ multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs verify-sig if [[ ${PV} = *9999* ]]; then @@ -224,7 +224,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.83.0-r3.ebuild b/dev-lang/rust/rust-1.83.0-r3.ebuild index e45c475be9c2..da0294bc64f4 100644 --- a/dev-lang/rust/rust-1.83.0-r3.ebuild +++ b/dev-lang/rust/rust-1.83.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ RUST_PATCH_VER=${PVR} RUST_MAX_VER=${PV} RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature \ +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature \ multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs verify-sig if [[ ${PV} = *9999* ]]; then @@ -224,7 +224,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.84.0-r2.ebuild b/dev-lang/rust/rust-1.84.0-r2.ebuild index 05e79db4d6d4..c8821532e89a 100644 --- a/dev-lang/rust/rust-1.84.0-r2.ebuild +++ b/dev-lang/rust/rust-1.84.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ RUST_PATCH_VER=${PVR} RUST_MAX_VER=${PV} RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature \ +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature \ multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs verify-sig if [[ ${PV} = *9999* ]]; then @@ -230,7 +230,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.84.1-r2.ebuild b/dev-lang/rust/rust-1.84.1-r2.ebuild index 05e79db4d6d4..c8821532e89a 100644 --- a/dev-lang/rust/rust-1.84.1-r2.ebuild +++ b/dev-lang/rust/rust-1.84.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ RUST_PATCH_VER=${PVR} RUST_MAX_VER=${PV} RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature \ +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature \ multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs verify-sig if [[ ${PV} = *9999* ]]; then @@ -230,7 +230,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.85.0-r2.ebuild b/dev-lang/rust/rust-1.85.0-r2.ebuild index 8cc1b0f7999d..3e17772d40de 100644 --- a/dev-lang/rust/rust-1.85.0-r2.ebuild +++ b/dev-lang/rust/rust-1.85.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ else RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" fi -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature \ +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature \ multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs verify-sig if [[ ${PV} = *9999* ]]; then @@ -246,7 +246,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.85.1-r1.ebuild b/dev-lang/rust/rust-1.85.1-r1.ebuild index 8cc1b0f7999d..3e17772d40de 100644 --- a/dev-lang/rust/rust-1.85.1-r1.ebuild +++ b/dev-lang/rust/rust-1.85.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ else RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" fi -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature \ +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature \ multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs verify-sig if [[ ${PV} = *9999* ]]; then @@ -246,7 +246,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.86.0-r2.ebuild b/dev-lang/rust/rust-1.86.0-r2.ebuild index e81e5cdac0b0..c478443f5237 100644 --- a/dev-lang/rust/rust-1.86.0-r2.ebuild +++ b/dev-lang/rust/rust-1.86.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ else RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" fi -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature \ +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature \ multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs verify-sig if [[ ${PV} = *9999* ]]; then @@ -247,7 +247,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.87.0-r1.ebuild b/dev-lang/rust/rust-1.87.0-r1.ebuild index 4f8cb5dd580f..1bc2b533477d 100644 --- a/dev-lang/rust/rust-1.87.0-r1.ebuild +++ b/dev-lang/rust/rust-1.87.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ else RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" fi -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature \ +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature \ multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs verify-sig if [[ ${PV} = *9999* ]]; then @@ -248,7 +248,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.88.0.ebuild b/dev-lang/rust/rust-1.88.0.ebuild index 5226b4e7767f..8b992c4ca156 100644 --- a/dev-lang/rust/rust-1.88.0.ebuild +++ b/dev-lang/rust/rust-1.88.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ else RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" fi -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature \ +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature \ multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs verify-sig if [[ ${PV} = *9999* ]]; then @@ -239,7 +239,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.89.0.ebuild b/dev-lang/rust/rust-1.89.0.ebuild index 5226b4e7767f..8b992c4ca156 100644 --- a/dev-lang/rust/rust-1.89.0.ebuild +++ b/dev-lang/rust/rust-1.89.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ else RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" fi -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature \ +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature \ multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs verify-sig if [[ ${PV} = *9999* ]]; then @@ -239,7 +239,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.90.0-r1.ebuild b/dev-lang/rust/rust-1.90.0-r1.ebuild index e2256d6b81f8..4fcce6fa3641 100644 --- a/dev-lang/rust/rust-1.90.0-r1.ebuild +++ b/dev-lang/rust/rust-1.90.0-r1.ebuild @@ -25,7 +25,7 @@ else RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" fi -inherit check-reqs estack edo flag-o-matic llvm-r1 multiprocessing optfeature \ +inherit check-reqs estack edo flag-o-matic llvm-r2 multiprocessing optfeature \ multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs verify-sig if [[ ${PV} = *9999* ]]; then @@ -269,7 +269,7 @@ pkg_setup() { fi if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.91.0.ebuild b/dev-lang/rust/rust-1.91.0.ebuild index 8c98a388efaf..e700e5ffb40b 100644 --- a/dev-lang/rust/rust-1.91.0.ebuild +++ b/dev-lang/rust/rust-1.91.0.ebuild @@ -20,7 +20,7 @@ else RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" fi -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature \ +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature \ multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs verify-sig if [[ ${PV} = *9999* ]]; then @@ -248,7 +248,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.92.0_p1-r1.ebuild b/dev-lang/rust/rust-1.92.0_p1-r1.ebuild index cf8f4817457c..04784b01aac8 100644 --- a/dev-lang/rust/rust-1.92.0_p1-r1.ebuild +++ b/dev-lang/rust/rust-1.92.0_p1-r1.ebuild @@ -32,7 +32,7 @@ else RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" fi -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature inherit multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs inherit verify-sig @@ -272,7 +272,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.93.0.ebuild b/dev-lang/rust/rust-1.93.0.ebuild index baca081ba933..229aaae7264c 100644 --- a/dev-lang/rust/rust-1.93.0.ebuild +++ b/dev-lang/rust/rust-1.93.0.ebuild @@ -31,7 +31,7 @@ else RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" fi -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature inherit multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs inherit verify-sig @@ -271,7 +271,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.93.1.ebuild b/dev-lang/rust/rust-1.93.1.ebuild index 9256f11c6404..5d7462fc2d4a 100644 --- a/dev-lang/rust/rust-1.93.1.ebuild +++ b/dev-lang/rust/rust-1.93.1.ebuild @@ -31,7 +31,7 @@ else RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" fi -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature inherit multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs inherit verify-sig @@ -271,7 +271,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.94.0.ebuild b/dev-lang/rust/rust-1.94.0.ebuild index cd126bf58995..c81ac94b5785 100644 --- a/dev-lang/rust/rust-1.94.0.ebuild +++ b/dev-lang/rust/rust-1.94.0.ebuild @@ -31,7 +31,7 @@ else RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" fi -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature inherit multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs inherit verify-sig @@ -271,7 +271,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.94.1.ebuild b/dev-lang/rust/rust-1.94.1.ebuild index 0ad041bfba34..240724c28c38 100644 --- a/dev-lang/rust/rust-1.94.1.ebuild +++ b/dev-lang/rust/rust-1.94.1.ebuild @@ -31,7 +31,7 @@ else RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" fi -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature inherit multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs inherit verify-sig @@ -273,7 +273,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.95.0.ebuild b/dev-lang/rust/rust-1.95.0.ebuild index e8c48a045cdf..6bea4ce12525 100644 --- a/dev-lang/rust/rust-1.95.0.ebuild +++ b/dev-lang/rust/rust-1.95.0.ebuild @@ -31,7 +31,7 @@ else RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" fi -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature inherit multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs inherit verify-sig @@ -273,7 +273,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.96.1.ebuild b/dev-lang/rust/rust-1.96.1.ebuild index 1b283ebfcf71..10d73d3d86b7 100644 --- a/dev-lang/rust/rust-1.96.1.ebuild +++ b/dev-lang/rust/rust-1.96.1.ebuild @@ -31,7 +31,7 @@ else RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" fi -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature inherit multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs inherit verify-sig @@ -273,7 +273,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.97.1.ebuild b/dev-lang/rust/rust-1.97.1.ebuild index 5b3eeda68df2..0b9cd7ed23f9 100644 --- a/dev-lang/rust/rust-1.97.1.ebuild +++ b/dev-lang/rust/rust-1.97.1.ebuild @@ -31,7 +31,7 @@ else RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" fi -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature inherit multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs inherit verify-sig @@ -284,7 +284,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-1.98.1.ebuild b/dev-lang/rust/rust-1.98.1.ebuild index 7a14c866f493..fa51029e3894 100644 --- a/dev-lang/rust/rust-1.98.1.ebuild +++ b/dev-lang/rust/rust-1.98.1.ebuild @@ -31,7 +31,7 @@ else RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" fi -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature inherit multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs inherit verify-sig @@ -284,7 +284,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild index 2ebfd7ba7f3f..1633552a314c 100644 --- a/dev-lang/rust/rust-9999.ebuild +++ b/dev-lang/rust/rust-9999.ebuild @@ -31,7 +31,7 @@ else RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" fi -inherit check-reqs estack flag-o-matic llvm-r1 multiprocessing optfeature +inherit check-reqs estack flag-o-matic llvm-r2 multiprocessing optfeature inherit multilib multilib-build python-any-r1 rust rust-toolchain toolchain-funcs inherit verify-sig @@ -284,7 +284,7 @@ pkg_setup() { rust_pkg_setup if use system-llvm; then - llvm-r1_pkg_setup + llvm-r2_pkg_setup local llvm_config="$(get_llvm_prefix)/bin/llvm-config" export LLVM_LINK_SHARED=1 |
