commit: b65c5ac42ae5f446d281d652408920b4e7ab90d5
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 11 19:51:00 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Jul 11 19:51:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65c5ac4
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 38f97f1..0844ed4 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 ac34b8e..a57511f 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"