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, 23 Apr 2019 12:42:48
Message-Id: 1556023348.4e588c65056087f2f92722286c9094c535b60978.mrueg@gentoo
1 commit: 4e588c65056087f2f92722286c9094c535b60978
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 23 12:42:28 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 23 12:42:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e588c65
7
8 app-emulation/docker-proxy: Stable on amd64
9
10 Package-Manager: Portage-2.3.63, 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_p20190405.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190405.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190405.ebuild
17 index 39c8d927990..7e49b93098b 100644
18 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190405.ebuild
19 +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190405.ebuild
20 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then
21 else
22 EGIT_COMMIT="c9029898e32f7c89bbb81511fbb721df252ce61a"
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