diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-28 20:56:25 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-28 20:56:25 +0300 |
commit | 86a6f007ab31f54963f444effc600318e71613a5 (patch) | |
tree | 80795f5c01a61e358d3ee7b48cd32ca862cb4486 /virtual | |
parent | dev-lang/rust: Stabilize 1.77.1 sparc, #930808 (diff) | |
download | gentoo-86a6f007ab31f54963f444effc600318e71613a5.tar.gz gentoo-86a6f007ab31f54963f444effc600318e71613a5.tar.bz2 gentoo-86a6f007ab31f54963f444effc600318e71613a5.zip |
virtual/rust: Stabilize 1.77.1 sparc, #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 187391b93274..a2f5ed80ae89 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="" |