diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2025-10-31 17:06:42 +0200 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2025-10-31 17:07:19 +0200 |
| commit | 00f28d28f88807b74d60b344918545b9e753f8f3 (patch) | |
| tree | b651837803745e45f75e622e76f349caa6295445 /dev-lang/rust-bin/rust-bin-1.91.0.ebuild | |
| parent | 1ce1234e42aa50a0893471f0d0e3bf834dd205c7 (diff) | |
| download | gentoo-00f28d28f88807b74d60b344918545b9e753f8f3.tar.gz gentoo-00f28d28f88807b74d60b344918545b9e753f8f3.tar.bz2 gentoo-00f28d28f88807b74d60b344918545b9e753f8f3.zip | |
dev-lang/rust-bin: add niche arches for 1.91.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang/rust-bin/rust-bin-1.91.0.ebuild')
| -rw-r--r-- | dev-lang/rust-bin/rust-bin-1.91.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.91.0.ebuild b/dev-lang/rust-bin/rust-bin-1.91.0.ebuild index 57df2b081448..f3860b457328 100644 --- a/dev-lang/rust-bin/rust-bin-1.91.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.91.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? ( |
