commit: b7eb280a49f4e7032346a9bf9cfcc4f3ebef9c2c Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Mon Aug 31 21:03:12 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Mon Aug 31 21:03:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7eb280a
app-emulation/docker-proxy: x86 keyworded (bug #738758) Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> app-emulation/docker-proxy/docker-proxy-0.8.0_p20191011.ebuild | 4 ++-- 1 file 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 7fb0f4d07d6..5bab21c33ef 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