diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2023-08-05 18:25:03 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2023-08-05 19:37:16 +0800 |
commit | cd62f59395c37983313297f66f65448a7b1da5b1 (patch) | |
tree | 9ff11254eabb861e599c8b47c5eb3a43523607e5 | |
parent | dev-libs/libp11: Keyword 0.4.12-r3 ppc, #909781 (diff) | |
download | gentoo-cd62f59395c37983313297f66f65448a7b1da5b1.tar.gz gentoo-cd62f59395c37983313297f66f65448a7b1da5b1.tar.bz2 gentoo-cd62f59395c37983313297f66f65448a7b1da5b1.zip |
dev-lang/rust: keyword 1.71.1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
-rw-r--r-- | dev-lang/rust/rust-1.71.1.ebuild | 2 | ||||
-rw-r--r-- | profiles/arch/loong/package.use.force | 5 | ||||
-rw-r--r-- | profiles/arch/loong/package.use.mask | 4 |
3 files changed, 10 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.71.1.ebuild b/dev-lang/rust/rust-1.71.1.ebuild index 1b4f54be32e8..c2b5c41b89d3 100644 --- a/dev-lang/rust/rust-1.71.1.ebuild +++ b/dev-lang/rust/rust-1.71.1.ebuild @@ -19,7 +19,7 @@ else SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" diff --git a/profiles/arch/loong/package.use.force b/profiles/arch/loong/package.use.force index 3797a48a459d..0541872e1eb2 100644 --- a/profiles/arch/loong/package.use.force +++ b/profiles/arch/loong/package.use.force @@ -1,6 +1,11 @@ # Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui <xen0n@gentoo.org> (2023-08-05) +# 1.71.0 is the first Rust version with loong support, so there's no previous +# version to bootstrap from +=dev-lang/rust-1.71.* system-bootstrap + # Ionen Wolkens <ionen@gentoo.org> (2023-07-26) # MPV currently[1] has no plans to support >=lua5-3 making luajit # the only choice for maintained lua. Apply mask/force to override diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 92385dc5348f..fcef1b0ed4e6 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui <xen0n@gentoo.org> (2023-08-05) +# no keyworded lld +dev-lang/rust wasm + # Andreas Sturmlechner <asturm@gentoo.org> (2023-07-31) # missing test dependency dev-qt/qtimageformats, bug #911517 kde-frameworks/kimageformats test |