Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-proxy/
Date: Mon, 04 Jun 2018 19:26:05
Message-Id: 1528138626.03e9a7c29d2d4a3d6e0e23b2a3bfe899166cce93.leio@gentoo
1 commit: 03e9a7c29d2d4a3d6e0e23b2a3bfe899166cce93
2 Author: Alex Bennée <alex.bennee <AT> linaro <DOT> org>
3 AuthorDate: Sun Jun 3 16:08:50 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 4 18:57:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e9a7c2
7
8 app-emulation/docker-proxy: add ~arm64 keyword
9
10 app-emulation/docker-proxy/docker-proxy-0.8.0_p20180411.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180411.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180411.ebuild
14 index a1761865222..a6ad01507ca 100644
15 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180411.ebuild
16 +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180411.ebuild
17 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then
18 else
19 EGIT_COMMIT="c15b372ef22125880d378167dde44f4b134e1a77"
20 SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
21 - KEYWORDS="amd64 ~arm ~ppc64"
22 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
23 inherit golang-vcs-snapshot
24 fi