diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-28 20:56:29 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-28 20:56:29 +0300 |
commit | af802792a8d9e0a61b62d3eb2c6d6d003c87a20e (patch) | |
tree | 57eba5a95d88701066732b5d418706c3f12d42bd /virtual | |
parent | dev-lang/rust: Stabilize 1.77.1 arm64, #930808 (diff) | |
download | gentoo-af802792a8d9e0a61b62d3eb2c6d6d003c87a20e.tar.gz gentoo-af802792a8d9e0a61b62d3eb2c6d6d003c87a20e.tar.bz2 gentoo-af802792a8d9e0a61b62d3eb2c6d6d003c87a20e.zip |
virtual/rust: Stabilize 1.77.1 arm64, #930808
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.77.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.77.1.ebuild b/virtual/rust/rust-1.77.1.ebuild index a2f5ed80ae89..8a28fc97e712 100644 --- a/virtual/rust/rust-1.77.1.ebuild +++ b/virtual/rust/rust-1.77.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-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 profiler" BDEPEND="" |