diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-06 19:34:41 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-06 19:34:41 +0200 |
commit | 53d61118427f170954b94df73b46a23d8203b3a7 (patch) | |
tree | ad2fd37134ec61b71e3961a5db585011b25a10d3 /virtual | |
parent | dev-lang/rust-bin: ppc64 stable wrt bug #725264 (diff) | |
download | gentoo-53d61118427f170954b94df73b46a23d8203b3a7.tar.gz gentoo-53d61118427f170954b94df73b46a23d8203b3a7.tar.bz2 gentoo-53d61118427f170954b94df73b46a23d8203b3a7.zip |
virtual/rust: ppc64 stable wrt bug #725264
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
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 c04cb8fc40d2..2037e2aed11e 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}] )" |