diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2025-10-10 20:41:11 +0300 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2025-10-10 20:41:29 +0300 |
| commit | 317a76d2ffdb31b902ca8f9b53eb77f783b75dfd (patch) | |
| tree | 566ac9c39fca357129d137db05292265d9c5556f /dev-lang/rust-bin/rust-bin-1.90.0.ebuild | |
| parent | e1dac8e85023ba39c90fc0da49f081bcdf41653d (diff) | |
| download | gentoo-317a76d2ffdb31b902ca8f9b53eb77f783b75dfd.tar.gz gentoo-317a76d2ffdb31b902ca8f9b53eb77f783b75dfd.tar.bz2 gentoo-317a76d2ffdb31b902ca8f9b53eb77f783b75dfd.zip | |
dev-lang/rust-bin: add niche arches tarballs for 1.90.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang/rust-bin/rust-bin-1.90.0.ebuild')
| -rw-r--r-- | dev-lang/rust-bin/rust-bin-1.90.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.90.0.ebuild b/dev-lang/rust-bin/rust-bin-1.90.0.ebuild index 2e4fb28bc1bc..5bd7c7a55a8c 100644 --- a/dev-lang/rust-bin/rust-bin-1.90.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.90.0.ebuild @@ -27,7 +27,7 @@ else $(rust_arch_uri powerpc64le-unknown-linux-musl rust-${PV}) ) ) ) " - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~s390 ~x86" # ~ppc64 ~riscv ~sparc ~mips + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi GENTOO_BIN_BASEURI="https://github.com/projg2/rust-bootstrap/releases/download/${PVR}" # omit trailing slash @@ -35,7 +35,7 @@ GENTOO_BIN_BASEURI="https://github.com/projg2/rust-bootstrap/releases/download/$ DESCRIPTION="Systems programming language from Mozilla" HOMEPAGE="https://www.rust-lang.org/" -if false; then #[[ ${PV} != *9999* && ${PV} != *beta* ]]; then +if [[ ${PV} != *9999* && ${PV} != *beta* ]]; then # Keep this separate to allow easy commenting out if not yet built SRC_URI+=" sparc? ( ${GENTOO_BIN_BASEURI}/rust-${PVR}-sparc64-unknown-linux-gnu.tar.xz ) " SRC_URI+=" mips? ( |
