diff options
author | 2020-07-17 17:16:38 +0200 | |
---|---|---|
committer | 2020-07-17 17:16:38 +0200 | |
commit | 75de81b2b47864efcfacbab658740d133678a5aa (patch) | |
tree | 097ccfe59c7004a2d57c990f44a9b6c8241dfc5a /virtual/rust | |
parent | dev-lang/rust-bin: x86 stable wrt bug #732798 (diff) | |
download | gentoo-75de81b2b47864efcfacbab658740d133678a5aa.tar.gz gentoo-75de81b2b47864efcfacbab658740d133678a5aa.tar.bz2 gentoo-75de81b2b47864efcfacbab658740d133678a5aa.zip |
virtual/rust: x86 stable wrt bug #732798
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'virtual/rust')
-rw-r--r-- | virtual/rust/rust-1.44.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.44.1.ebuild b/virtual/rust/rust-1.44.1.ebuild index 4c04201ad7e2..5bc542cc0438 100644 --- a/virtual/rust/rust-1.44.1.ebuild +++ b/virtual/rust/rust-1.44.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}] )" |