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, 11 Dec 2018 10:12:02
Message-Id: 1544523046.61356008aff1c69aae98fa81e5363d56f6d81cd5.mrueg@gentoo
1 commit: 61356008aff1c69aae98fa81e5363d56f6d81cd5
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 11 10:10:46 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 10:10:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61356008
7
8 app-emulation/docker-proxy: Stabilize on amd64
9
10 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
11 Package-Manager: Portage-2.3.52, Repoman-2.3.11
12
13 app-emulation/docker-proxy/docker-proxy-0.8.0_p20180626.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180626.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180626.ebuild
17 index b4812595193..b6d384dd18d 100644
18 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180626.ebuild
19 +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180626.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 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="3ac297bc7fd0afec9051bbb47024c9bc1d75bf5b"
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"
32 inherit golang-vcs-snapshot
33 fi