Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-proxy/
Date: Mon, 11 Feb 2019 17:55:36
Message-Id: 1549907650.cdf747dc8ac653ef1d3747c60aefdc4af4d85b5a.mrueg@gentoo
1 commit: cdf747dc8ac653ef1d3747c60aefdc4af4d85b5a
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 11 17:52:28 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 11 17:54:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf747dc
7
8 app-emulation/docker-proxy: Stabilize on amd64
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 app-emulation/docker-proxy/docker-proxy-0.8.0_p20181207.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20181207.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20181207.ebuild
17 index 6e64beaea41..c0bd42bd486 100644
18 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20181207.ebuild
19 +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20181207.ebuild
20 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then
21 else
22 EGIT_COMMIT="2cfbf9b1f98162a55829a21cc603c76072a75382"
23 SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
25 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
26 inherit golang-vcs-snapshot
27 fi