aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2022-01-20 22:29:34 -0600
committerJory Pratt <anarchy@gentoo.org>2022-01-20 22:29:34 -0600
commit9d3ec5b5a98c942d43c1db89c615f3cc42852bed (patch)
tree763cd742cb31b2c350bc6b09366e2f14fba6d18c
parentdev-lang/rust: sync with current stable ::gentoo (diff)
downloadmusl-9d3ec5b5.tar.gz
musl-9d3ec5b5.tar.bz2
musl-9d3ec5b5.zip
dev-lang/rust: remove unsupported keywords for musl
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
-rw-r--r--dev-lang/rust/rust-1.58.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.58.1.ebuild b/dev-lang/rust/rust-1.58.1.ebuild
index c66c3d16..f663a781 100644
--- a/dev-lang/rust/rust-1.58.1.ebuild
+++ b/dev-lang/rust/rust-1.58.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 ppc64 ~riscv ~x86"
+ KEYWORDS="amd64 arm64"
fi
RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0"