diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-11 13:46:08 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-11 13:46:08 +0100 |
commit | b977c1142818f1ba98e3e2dce8a34d7816cad840 (patch) | |
tree | d6850898f9a5d820e0be1a93cbaa718c5f72c702 /virtual | |
parent | dev-lang/rust-bin: x86 stable wrt bug #708920 (diff) | |
download | gentoo-b977c1142818f1ba98e3e2dce8a34d7816cad840.tar.gz gentoo-b977c1142818f1ba98e3e2dce8a34d7816cad840.tar.bz2 gentoo-b977c1142818f1ba98e3e2dce8a34d7816cad840.zip |
virtual/rust: x86 stable wrt bug #708920
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.41.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.41.0.ebuild b/virtual/rust/rust-1.41.0.ebuild index c2bb5d157b07..e554ba08a50f 100644 --- a/virtual/rust/rust-1.41.0.ebuild +++ b/virtual/rust/rust-1.41.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}* )" |