summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2018-01-02 14:02:32 +0100
committerManuel Rüger <mrueg@gentoo.org>2018-01-02 14:02:32 +0100
commitba451e042ce70028f8e4aa682a359fa238192f1f (patch)
tree8a4fdd104a529133f9018ef0763f40405d562c86 /app-emulation/docker-proxy
parentapp-emulation/docker: Version bump to 17.12.0 (diff)
downloadgentoo-ba451e042ce70028f8e4aa682a359fa238192f1f.tar.gz
gentoo-ba451e042ce70028f8e4aa682a359fa238192f1f.tar.bz2
gentoo-ba451e042ce70028f8e4aa682a359fa238192f1f.zip
app-emulation/docker-proxy: Stable on amd64
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-emulation/docker-proxy')
-rw-r--r--app-emulation/docker-proxy/docker-proxy-0.8.0_p20170917.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20170917.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20170917.ebuild
index 0235cd99b405..5a4839ae1018 100644
--- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20170917.ebuild
+++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20170917.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then
else
EGIT_COMMIT="7b2b1feb1de4817d522cc372af149ff48d25028e"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~ppc64"
+ KEYWORDS="amd64 ~arm ~ppc64"
inherit golang-vcs-snapshot
fi