Mark virtual/rust stable on amd64 and arm64.

This commit is contained in:
Andrius Štikonas 2024-01-08 00:45:36 +00:00
parent 25e92c526d
commit 4142889b22
3 changed files with 6 additions and 6 deletions

View File

@ -15,5 +15,5 @@ EBUILD rust-1.68.2.ebuild 607 BLAKE2B 12accc2f81b2761b631bee9306943c07e931203815
EBUILD rust-1.69.0.ebuild 602 BLAKE2B 46e4f7f6be86164ffbd4752602868d5ce688b56e47390ada3c8adb77a47191c5624d578565db555905e412ce48bd835d81800550fb9ac5ec498a5a1f95cda081 SHA512 10ebf3d7d56071e7d2c7b0926b481afd614d1725bc3743fe50c2a9a5b029335cfaa894292b15d815ebeee9aee6aa4791797e1883b2bb224ad888c8821f59ef9e
EBUILD rust-1.70.0.ebuild 607 BLAKE2B 244937d36accbadb8cdbd3ac47a656b24cbc1dfe49ace08cf58c78773c2c2026d9405ad0abdaf15539ca4b32466b41739849647db8b40c0a68f390815e46260d SHA512 f21a8864c241777393e0491344515b77435499a58c8aa02b186c4d11d3a9c0f78758f1207b742a89c246df2f44f74fff60db4da919676916adb40bf18d6d7caf
EBUILD rust-1.71.1-r1.ebuild 608 BLAKE2B 3b92740a09037899aa4bb059a5cfa3bbb88a01d9b2020fe5088c7058c8243a3d12a376ca2296cbe50f946c5404f9421697c5fe53136ad3c7ed284c19299a0160 SHA512 e587463c80082e1cf7533da34cb391c4a76e56a4192721cd6b6ee645c150af65544237c23b7326c292d794bf003e9dc94800bd5e704f0510ec1e670432c554be
EBUILD rust-1.72.0-r1.ebuild 615 BLAKE2B d26779e097a742030fcf7f1a1d86b0fd3774fc741f8452317dcba81a055989d03810cc48777b2cbc41a4c1195384b50c1a04d5370cfda6b460848bbf0c86ba65 SHA512 96c47e0c7117e226e72ef171252acbdc915033caa3352c6e6f30abdb472d2b478078b551807cf7525a7d2490788cd4c2d9fafc70011260f684f6f11dca83e824
EBUILD rust-1.73.0.ebuild 609 BLAKE2B 323e27b66dea88f875af0c2e283b2ccdf7aba637670e0a522ac45b541c86a4f83d7f822be45670e88ac68c26ed866b4107f5a71bcc1be4947c1b3cc07fe455c7 SHA512 6b21bd09be38d1d754c5c49dd8126a2003d6324e6d453e2ecce6541792443c702e693ac75ffca7eae76f350508cb6145c0b72c0d816474571dbfebc85cc186a9
EBUILD rust-1.72.0-r1.ebuild 613 BLAKE2B 9bc762403001649623812f2aa9f05bf3657ee7cc6adc566de53776854fb8f4dc111747a9f0f4dac29a2e96b2a623929c2faa06a861a6f5c0c37b75744a13ecb4 SHA512 a1a47df2c8b39ad12ba40c0be43477258be64fdc6c55c0e054039120f1497cc7e9cb5b6c972bd6ba5bdbf50c07025ef25362cbc38deeec02ab805e398f4101a3
EBUILD rust-1.73.0.ebuild 607 BLAKE2B 29c0b39ff47c21421bb0ae69c914991fd88970dfe7ea7acff230c7306dfbea2eee5010438e3298217057b9fd910edd08688358d3bc13b6f03862116f8850fc4d SHA512 337290a87a2c4ee0d9472071e3fe7f183f0da295feba8caa89f898bfeb8aac6c90f230d378e193ff31bc9e83564b16848622b1478f00aba1c2480221a05c6c26

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -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-16"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
IUSE="rustfmt"
BDEPEND=""

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -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"
BDEPEND=""