diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-01-11 12:52:54 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-01-11 12:52:54 -0800 |
commit | e25651eeebbaa8a940544106d66bdae60681c952 (patch) | |
tree | fd5185b82579ddd93ca01aed7d8ee85dd2b4ad65 /virtual | |
parent | dev-lang/rust: Stabilize 1.66.1 ppc64, #890541 (diff) | |
download | gentoo-e25651eeebbaa8a940544106d66bdae60681c952.tar.gz gentoo-e25651eeebbaa8a940544106d66bdae60681c952.tar.bz2 gentoo-e25651eeebbaa8a940544106d66bdae60681c952.zip |
virtual/rust: Stabilize 1.66.1 ppc64, #890541
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.66.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.66.1.ebuild b/virtual/rust/rust-1.66.1.ebuild index ae12ed9a2d0f..0e66a50007b5 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="" |