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: Tue, 04 Jun 2019 16:57:16
Message-Id: 1559667386.a5d525e494d0dfb6a82994259f28656c7c3f460f.mrueg@gentoo
1 commit: a5d525e494d0dfb6a82994259f28656c7c3f460f
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 4 16:56:26 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 4 16:56:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5d525e4
7
8 app-emulation/docker-proxy: Stable on amd64
9
10 Package-Manager: Portage-2.3.67, 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_p20190417.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190417.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190417.ebuild
17 index f87e25fa079..d28adee62a9 100644
18 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190417.ebuild
19 +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190417.ebuild
20 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then
21 else
22 EGIT_COMMIT="872f0a83c98add6cae255c8859e29532febc0039"
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