From b65c5ac42ae5f446d281d652408920b4e7ab90d5 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 11 Jul 2016 15:51:00 -0400 Subject: [PATCH] app-emulation/runc: keyword ~ppc64 Package-Manager: portage-2.2.28 --- app-emulation/runc/runc-1.0.0_rc1.ebuild | 2 +- app-emulation/runc/runc-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/runc/runc-1.0.0_rc1.ebuild b/app-emulation/runc/runc-1.0.0_rc1.ebuild index 38f97f15d881..0844ed4146cc 100644 --- a/app-emulation/runc/runc-1.0.0_rc1.ebuild +++ b/app-emulation/runc/runc-1.0.0_rc1.ebuild @@ -11,7 +11,7 @@ else MY_PV="${PV/_/-}" EGIT_COMMIT="v${MY_PV}" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~ppc64" inherit golang-vcs-snapshot fi diff --git a/app-emulation/runc/runc-9999.ebuild b/app-emulation/runc/runc-9999.ebuild index ac34b8ee2d16..a57511f78f0c 100644 --- a/app-emulation/runc/runc-9999.ebuild +++ b/app-emulation/runc/runc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="https://${GITHUB_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~ppc64" fi LICENSE="Apache-2.0" -- 2.26.2