diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-10 08:48:30 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-10 08:48:30 +0200 |
commit | 85256099e166ed5924a6f1016b44e2850532f55c (patch) | |
tree | fde39cdacc2436123e596db87dc72f45ce927b5e /virtual | |
parent | dev-lang/rust-bin: arm stable wrt bug #850202 (diff) | |
download | gentoo-85256099e166ed5924a6f1016b44e2850532f55c.tar.gz gentoo-85256099e166ed5924a6f1016b44e2850532f55c.tar.bz2 gentoo-85256099e166ed5924a6f1016b44e2850532f55c.zip |
virtual/rust: arm stable wrt bug #850202
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.60.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.60.0.ebuild b/virtual/rust/rust-1.60.0.ebuild index 322cd998d294..786dfb83648d 100644 --- a/virtual/rust/rust-1.60.0.ebuild +++ b/virtual/rust/rust-1.60.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler" LICENSE="" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv ~s390 x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 x86" IUSE="rustfmt" BDEPEND="" |