diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-03 15:37:03 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-03 15:37:03 +0100 |
commit | 3d0894d3ccb1889f8c4cb232c0663f75b78abe77 (patch) | |
tree | eab3ef36ecec70307a96f27e85042532141afbe9 /virtual/rust | |
parent | dev-lang/rust-bin: x86 stable wrt bug #708920 (diff) | |
download | gentoo-3d0894d3ccb1889f8c4cb232c0663f75b78abe77.tar.gz gentoo-3d0894d3ccb1889f8c4cb232c0663f75b78abe77.tar.bz2 gentoo-3d0894d3ccb1889f8c4cb232c0663f75b78abe77.zip |
virtual/rust: x86 stable wrt bug #708920
Package-Manager: Portage-2.3.89, Repoman-2.3.20
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.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 3a4058ddb920..7f67671fc9c1 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}* )" |