diff options
author | Michael Weber <xmw@gentoo.org> | 2017-04-05 12:18:11 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-04-05 12:20:54 +0200 |
commit | ebd2a2ed6aa22bb4531142df57039c6b885de0f9 (patch) | |
tree | 5d9b89e56896606a901f64d4a8fdd55c3e944cd0 /app-emulation | |
parent | dev-go/blackfriday: add ~arm (bug 566732) (diff) | |
download | gentoo-ebd2a2ed6aa22bb4531142df57039c6b885de0f9.tar.gz gentoo-ebd2a2ed6aa22bb4531142df57039c6b885de0f9.tar.bz2 gentoo-ebd2a2ed6aa22bb4531142df57039c6b885de0f9.zip |
app-emulation/docker-proxy: add ~arm (bug 566732)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild index 52dffb474090..1e738316e815 100644 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 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="57be722e077059d1ee0539be31743a3642ccbeb3" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~ppc64" + KEYWORDS="~amd64 ~arm ~ppc64" inherit golang-vcs-snapshot fi |