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: Thu, 28 Mar 2019 14:50:42
Message-Id: 1553784623.47bd3e70e9e12765d0bac5bbf9cddb3f8417c9d9.mrueg@gentoo
1 commit: 47bd3e70e9e12765d0bac5bbf9cddb3f8417c9d9
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 28 14:50:23 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 28 14:50:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47bd3e70
7
8 app-emulation/docker-proxy: Stabilize on amd64
9
10 Package-Manager: Portage-2.3.62, 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_p20190301.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190301.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190301.ebuild
17 index ed5d2bce09c..a0aba5ee00b 100644
18 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190301.ebuild
19 +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190301.ebuild
20 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then
21 else
22 EGIT_COMMIT="4725f2163fb214a6312f3beae5991f838ec36326"
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