diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-31 23:03:12 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-31 23:03:40 +0200 |
commit | b7eb280a49f4e7032346a9bf9cfcc4f3ebef9c2c (patch) | |
tree | 2d9c0cc4191a2d4e89e05a68ca5d00983d39d62e /app-emulation | |
parent | app-emulation/runc: x86 keyworded (bug #738758) (diff) | |
download | gentoo-b7eb280a49f4e7032346a9bf9cfcc4f3ebef9c2c.tar.gz gentoo-b7eb280a49f4e7032346a9bf9cfcc4f3ebef9c2c.tar.bz2 gentoo-b7eb280a49f4e7032346a9bf9cfcc4f3ebef9c2c.zip |
app-emulation/docker-proxy: x86 keyworded (bug #738758)
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/docker-proxy/docker-proxy-0.8.0_p20191011.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20191011.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20191011.ebuild index 7fb0f4d07d63..5bab21c33ef2 100644 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20191011.ebuild +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20191011.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 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="3eb39382bfa6a3c42f83674ab080ae13b0e34e5d" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" inherit golang-vcs-snapshot fi |