app-emulation/runc: keyword ~ppc64
authorAnthony G. Basile <blueness@gentoo.org>
Mon, 11 Jul 2016 19:51:00 +0000 (15:51 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Mon, 11 Jul 2016 19:51:00 +0000 (15:51 -0400)
Package-Manager: portage-2.2.28

app-emulation/runc/runc-1.0.0_rc1.ebuild
app-emulation/runc/runc-9999.ebuild

index 38f97f15d8812185c0deecb2f958bed4160532e8..0844ed4146ccba501649e01cdbcd149ca40b00e3 100644 (file)
@@ -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
 
index ac34b8ee2d1675a32407802233036d4a7ef5c7b0..a57511f78f0c0fd9d4a0025035b624c5d6e4605a 100644 (file)
@@ -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"