summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2024-04-28 18:04:12 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2024-04-28 18:04:12 +0000
commit1beb197278f543336ef10fea365a03c19e982af7 (patch)
tree5c5ee77e6bc176d769b36523283f61aae1b3da28
parent2024-04-28 16:34:26 UTC (diff)
parentvirtual/rust: Stabilize 1.77.1 amd64, #930808 (diff)
downloadgentoo-1beb197278f543336ef10fea365a03c19e982af7.tar.gz
gentoo-1beb197278f543336ef10fea365a03c19e982af7.tar.bz2
gentoo-1beb197278f543336ef10fea365a03c19e982af7.zip
Merge updates from master
-rw-r--r--dev-lang/rust-bin/rust-bin-1.77.1.ebuild2
-rw-r--r--dev-lang/rust/rust-1.77.1.ebuild2
-rw-r--r--virtual/rust/rust-1.77.1.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.77.1.ebuild b/dev-lang/rust-bin/rust-bin-1.77.1.ebuild
index c5288dc6f6e3..172d800064f9 100644
--- a/dev-lang/rust-bin/rust-bin-1.77.1.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.77.1.ebuild
@@ -30,7 +30,7 @@ SRC_URI="$(rust_all_arch_uris ${MY_P})
LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4"
SLOT="stable"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
IUSE="big-endian clippy cpu_flags_x86_sse2 doc prefix profiler rust-analyzer rust-src rustfmt"
DEPEND=""
diff --git a/dev-lang/rust/rust-1.77.1.ebuild b/dev-lang/rust/rust-1.77.1.ebuild
index d77fb9fbed48..59c65b6194c4 100644
--- a/dev-lang/rust/rust-1.77.1.ebuild
+++ b/dev-lang/rust/rust-1.77.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 ~loong ~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/virtual/rust/rust-1.77.1.ebuild b/virtual/rust/rust-1.77.1.ebuild
index 187391b93274..5a74204aba28 100644
--- a/virtual/rust/rust-1.77.1.ebuild
+++ b/virtual/rust/rust-1.77.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
# we do not allow multiple llvm versions in dev-lang/rust for
# neither system nor bundled, so we just hardcode it here.
SLOT="0/llvm-17"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
IUSE="rustfmt profiler"
BDEPEND=""