Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-proxy/
Date: Mon, 31 Aug 2020 21:03:48
Message-Id: 1598907820.b7eb280a49f4e7032346a9bf9cfcc4f3ebef9c2c.whissi@gentoo
1 commit: b7eb280a49f4e7032346a9bf9cfcc4f3ebef9c2c
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 21:03:12 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 21:03:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7eb280a
7
8 app-emulation/docker-proxy: x86 keyworded (bug #738758)
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-emulation/docker-proxy/docker-proxy-0.8.0_p20191011.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20191011.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20191011.ebuild
17 index 7fb0f4d07d6..5bab21c33ef 100644
18 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20191011.ebuild
19 +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20191011.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then
27 else
28 EGIT_COMMIT="3eb39382bfa6a3c42f83674ab080ae13b0e34e5d"
29 SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
30 - KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
31 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
32 inherit golang-vcs-snapshot
33 fi