diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-09 10:29:11 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-09 10:30:55 +0200 |
commit | 6d49c4b7d1810b1dd7529f3aa6a33a164b12fd23 (patch) | |
tree | 144c93d3c11c6526f0c8453b9e38e277f7f22c6d /virtual/rust | |
parent | dev-lang/rust-bin: amd64 stable wrt bug #746971 (diff) | |
download | gentoo-6d49c4b7d1810b1dd7529f3aa6a33a164b12fd23.tar.gz gentoo-6d49c4b7d1810b1dd7529f3aa6a33a164b12fd23.tar.bz2 gentoo-6d49c4b7d1810b1dd7529f3aa6a33a164b12fd23.zip |
virtual/rust: amd64 stable wrt bug #746971
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'virtual/rust')
-rw-r--r-- | virtual/rust/rust-1.46.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.46.0.ebuild b/virtual/rust/rust-1.46.0.ebuild index 39dec6ee4999..bb069ba5b7a5 100644 --- a/virtual/rust/rust-1.46.0.ebuild +++ b/virtual/rust/rust-1.46.0.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}] )" |