diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2018-12-11 11:10:46 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2018-12-11 11:10:46 +0100 |
commit | 61356008aff1c69aae98fa81e5363d56f6d81cd5 (patch) | |
tree | e15aac986ba42cea8bd3a3fc15ea7c0b3f64544b /app-emulation/docker-proxy | |
parent | sys-process/tini: Stabilize on amd64 (diff) | |
download | gentoo-61356008aff1c69aae98fa81e5363d56f6d81cd5.tar.gz gentoo-61356008aff1c69aae98fa81e5363d56f6d81cd5.tar.bz2 gentoo-61356008aff1c69aae98fa81e5363d56f6d81cd5.zip |
app-emulation/docker-proxy: Stabilize on amd64
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11
Diffstat (limited to 'app-emulation/docker-proxy')
-rw-r--r-- | app-emulation/docker-proxy/docker-proxy-0.8.0_p20180626.ebuild | 4 |
1 files 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 b48125951938..b6d384dd18d7 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 |