diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-01-12 01:02:05 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-01-12 01:02:05 +0000 |
commit | 3eda0254504b56fe46a3f702c57ae75ef97049f2 (patch) | |
tree | e46414912024cb1b6227b076f094ba1f9aed4a6e | |
parent | 2023-01-12 00:33:39 UTC (diff) | |
parent | virtual/rust: Stabilize 1.66.1 ppc, #890541 (diff) | |
download | gentoo-3eda0254504b56fe46a3f702c57ae75ef97049f2.tar.gz gentoo-3eda0254504b56fe46a3f702c57ae75ef97049f2.tar.bz2 gentoo-3eda0254504b56fe46a3f702c57ae75ef97049f2.zip |
Merge updates from master
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.66.1.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust/rust-1.66.1.ebuild | 2 | ||||
-rw-r--r-- | virtual/rust/rust-1.66.1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.66.1.ebuild b/dev-lang/rust-bin/rust-bin-1.66.1.ebuild index eec56955b55f..b82552d6f25d 100644 --- a/dev-lang/rust-bin/rust-bin-1.66.1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.66.1.ebuild @@ -20,7 +20,7 @@ SRC_URI="$(rust_all_arch_uris ${MY_P}) LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4 UoI-NCSA" SLOT="stable" -KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~riscv ~s390 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ppc64 ~riscv ~s390 ~x86" IUSE="clippy cpu_flags_x86_sse2 doc prefix rust-analyzer rust-src rustfmt" DEPEND="" diff --git a/dev-lang/rust/rust-1.66.1.ebuild b/dev-lang/rust/rust-1.66.1.ebuild index e1c3460f94ff..0e786dc351aa 100644 --- a/dev-lang/rust/rust-1.66.1.ebuild +++ b/dev-lang/rust/rust-1.66.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 ~mips ppc ppc64 ~riscv ~sparc ~x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" diff --git a/virtual/rust/rust-1.66.1.ebuild b/virtual/rust/rust-1.66.1.ebuild index f0cc7a2310df..f530a345e80f 100644 --- a/virtual/rust/rust-1.66.1.ebuild +++ b/virtual/rust/rust-1.66.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-15" -KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="rustfmt" BDEPEND="" |