diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-07-11 15:51:00 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-07-11 15:51:00 -0400 |
commit | b65c5ac42ae5f446d281d652408920b4e7ab90d5 (patch) | |
tree | 2789a3af67ba11ada04169dc4873dbeb9f4768f3 /app-emulation | |
parent | app-portage/tatt: keyword ~ppc64 (diff) | |
download | gentoo-b65c5ac42ae5f446d281d652408920b4e7ab90d5.tar.gz gentoo-b65c5ac42ae5f446d281d652408920b4e7ab90d5.tar.bz2 gentoo-b65c5ac42ae5f446d281d652408920b4e7ab90d5.zip |
app-emulation/runc: keyword ~ppc64
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/runc/runc-1.0.0_rc1.ebuild | 2 | ||||
-rw-r--r-- | 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" |