diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-07 10:42:56 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-07 10:42:56 +0200 |
commit | f38d19a4f38c9233737a66282b525239dfc3d60f (patch) | |
tree | 060c18865cc31820361f628a7f4f6447327a3448 /virtual | |
parent | dev-lang/rust-bin: amd64 stable wrt bug #725264 (diff) | |
download | gentoo-f38d19a4f38c9233737a66282b525239dfc3d60f.tar.gz gentoo-f38d19a4f38c9233737a66282b525239dfc3d60f.tar.bz2 gentoo-f38d19a4f38c9233737a66282b525239dfc3d60f.zip |
virtual/rust: amd64 stable wrt bug #725264
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.43.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.43.1.ebuild b/virtual/rust/rust-1.43.1.ebuild index d9367d0c0799..6ba2ddb44ff8 100644 --- a/virtual/rust/rust-1.43.1.ebuild +++ b/virtual/rust/rust-1.43.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}*[${MULTILIB_USEDEP}] )" |