diff options
author | 2022-10-13 08:55:16 +0200 | |
---|---|---|
committer | 2022-10-13 08:55:16 +0200 | |
commit | f0a2eedd74d97642c86ff2360f290fe0ed836de2 (patch) | |
tree | edf1cd0204a46dcaf08cc05de17244df252d178d /dev-lang/rust-bin | |
parent | media-sound/timidity++: Stabilize 2.15.0-r5 arm64, #876915 (diff) | |
download | gentoo-f0a2eedd74d97642c86ff2360f290fe0ed836de2.tar.gz gentoo-f0a2eedd74d97642c86ff2360f290fe0ed836de2.tar.bz2 gentoo-f0a2eedd74d97642c86ff2360f290fe0ed836de2.zip |
dev-lang/rust-bin: Stabilize 1.64.0 ppc, #872560
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang/rust-bin')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.64.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.64.0.ebuild b/dev-lang/rust-bin/rust-bin-1.64.0.ebuild index d4ab540a8c02..37f03d0f445d 100644 --- a/dev-lang/rust-bin/rust-bin-1.64.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.64.0.ebuild @@ -20,7 +20,7 @@ SRC_URI+=" sparc? ( ${GENTOO_BIN_BASEURI}/${MY_P}-sparc64-unknown-linux-gnu.tar. LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA" SLOT="stable" -KEYWORDS="amd64 arm arm64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="clippy cpu_flags_x86_sse2 doc prefix rls rust-analyzer rust-src rustfmt" DEPEND="" |