diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-03-09 10:10:11 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-03-09 10:10:11 +0200 |
commit | 1d6439f3997154b97e7be45dbc814bd0b29fd6eb (patch) | |
tree | e36e20d0b13cf89b165e6cd6b1b8cd41bdbcbfee /virtual | |
parent | dev-lang/rust-bin: arm64 stable (bug #708920) (diff) | |
download | gentoo-1d6439f3997154b97e7be45dbc814bd0b29fd6eb.tar.gz gentoo-1d6439f3997154b97e7be45dbc814bd0b29fd6eb.tar.bz2 gentoo-1d6439f3997154b97e7be45dbc814bd0b29fd6eb.zip |
virtual/rust: arm64 stable (bug #708920)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.41.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.41.1.ebuild b/virtual/rust/rust-1.41.1.ebuild index 5331d749eed6..c22b297cb176 100644 --- a/virtual/rust/rust-1.41.1.ebuild +++ b/virtual/rust/rust-1.41.1.ebuild @@ -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}* )" |