Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/runc/
Date: Mon, 11 Jul 2016 19:47:53
Message-Id: 1468266660.b65c5ac42ae5f446d281d652408920b4e7ab90d5.blueness@gentoo
1 commit: b65c5ac42ae5f446d281d652408920b4e7ab90d5
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 11 19:51:00 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 11 19:51:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65c5ac4
7
8 app-emulation/runc: keyword ~ppc64
9
10 Package-Manager: portage-2.2.28
11
12 app-emulation/runc/runc-1.0.0_rc1.ebuild | 2 +-
13 app-emulation/runc/runc-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-emulation/runc/runc-1.0.0_rc1.ebuild b/app-emulation/runc/runc-1.0.0_rc1.ebuild
17 index 38f97f1..0844ed4 100644
18 --- a/app-emulation/runc/runc-1.0.0_rc1.ebuild
19 +++ b/app-emulation/runc/runc-1.0.0_rc1.ebuild
20 @@ -11,7 +11,7 @@ else
21 MY_PV="${PV/_/-}"
22 EGIT_COMMIT="v${MY_PV}"
23 SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64"
25 + KEYWORDS="~amd64 ~ppc64"
26 inherit golang-vcs-snapshot
27 fi
28
29
30 diff --git a/app-emulation/runc/runc-9999.ebuild b/app-emulation/runc/runc-9999.ebuild
31 index ac34b8e..a57511f 100644
32 --- a/app-emulation/runc/runc-9999.ebuild
33 +++ b/app-emulation/runc/runc-9999.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 +# Copyright 1999-2016 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Id$
39
40 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then
41 inherit git-r3
42 else
43 SRC_URI="https://${GITHUB_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 - KEYWORDS="~amd64"
45 + KEYWORDS="~amd64 ~ppc64"
46 fi
47
48 LICENSE="Apache-2.0"