diff options
author | Sam James <sam@gentoo.org> | 2021-02-24 23:08:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-24 23:08:26 +0000 |
commit | 5600dfac2c9e18da1b36a434217446abc187a5a6 (patch) | |
tree | 59f9ab4c9086744ed73b68b173f1f969855f6bd7 /virtual | |
parent | dev-lang/rust: Stabilize 1.47.0-r2 arm64, #756769 (diff) | |
download | gentoo-5600dfac2c9e18da1b36a434217446abc187a5a6.tar.gz gentoo-5600dfac2c9e18da1b36a434217446abc187a5a6.tar.bz2 gentoo-5600dfac2c9e18da1b36a434217446abc187a5a6.zip |
virtual/rust: Stabilize 1.47.0 arm64, #756769
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.47.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/rust/rust-1.47.0.ebuild b/virtual/rust/rust-1.47.0.ebuild index 7f2586b45c5b..74df54f0cc33 100644 --- a/virtual/rust/rust-1.47.0.ebuild +++ b/virtual/rust/rust-1.47.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler" LICENSE="" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ppc64 x86" BDEPEND="" RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )" |