commit: 61356008aff1c69aae98fa81e5363d56f6d81cd5
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 11 10:10:46 2018 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 10:10:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61356008
app-emulation/docker-proxy: Stabilize on amd64
Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11
app-emulation/docker-proxy/docker-proxy-0.8.0_p20180626.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
index b4812595193..b6d384dd18d 100644
--- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180626.ebuild
+++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180626.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then
else
EGIT_COMMIT="3ac297bc7fd0afec9051bbb47024c9bc1d75bf5b"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
inherit golang-vcs-snapshot
fi