From 7f0b2d89d94525993cd5b69d195c21ef990bd412 Mon Sep 17 00:00:00 2001 From: o01eg Date: Fri, 26 Oct 2018 13:52:27 +0300 Subject: [PATCH] Add PowerPC64 --- dev-util/cargo/cargo-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/cargo/cargo-9999.ebuild b/dev-util/cargo/cargo-9999.ebuild index 5a3e5b7..06c2bf3 100644 --- a/dev-util/cargo/cargo-9999.ebuild +++ b/dev-util/cargo/cargo-9999.ebuild @@ -35,6 +35,7 @@ pkg_setup() { local postfix use amd64 && postfix=x86_64-unknown-linux-gnu use x86 && postfix=i686-unknown-linux-gnu + use ppc64 && postfix=powerpc64-unknown-linux-gnu # Download nightly cargo to bootstrap from it