diff options
Diffstat (limited to 'sys-devel/rust-std/rust-std-1.71.1.ebuild')
-rw-r--r-- | sys-devel/rust-std/rust-std-1.71.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/rust-std/rust-std-1.71.1.ebuild b/sys-devel/rust-std/rust-std-1.71.1.ebuild index dec75d768962..dcf9775d6acf 100644 --- a/sys-devel/rust-std/rust-std-1.71.1.ebuild +++ b/sys-devel/rust-std/rust-std-1.71.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs @@ -25,7 +25,7 @@ BDEPEND=" DEPEND="|| ( >="${CATEGORY}"/gcc-4.7:* - >="${CATEGORY}"/clang-3.5:* + >="${CATEGORY/sys-devel/llvm-core}"/clang-3.5:* ) " |