diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-06-03 07:23:48 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-06-03 07:23:48 +0200 |
commit | 52e48885ea8e504681cf613e8ce9944d54ab40cd (patch) | |
tree | 9d77694a137c6e6e742dbd973a4627e9f7c1bd55 /virtual/rust | |
parent | dev-lang/rust-bin: Stabilize 1.69.0 x86, #907722 (diff) | |
download | gentoo-52e48885ea8e504681cf613e8ce9944d54ab40cd.tar.gz gentoo-52e48885ea8e504681cf613e8ce9944d54ab40cd.tar.bz2 gentoo-52e48885ea8e504681cf613e8ce9944d54ab40cd.zip |
virtual/rust: Stabilize 1.69.0 x86, #907722
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'virtual/rust')
-rw-r--r-- | virtual/rust/rust-1.69.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.69.0.ebuild b/virtual/rust/rust-1.69.0.ebuild index 63b45a765273..fcf612688acc 100644 --- a/virtual/rust/rust-1.69.0.ebuild +++ b/virtual/rust/rust-1.69.0.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="" |