diff options
author | 2020-08-31 23:02:24 +0200 | |
---|---|---|
committer | 2020-08-31 23:03:39 +0200 | |
commit | d36a48722755e78563ef26fe9fae9f5d95de05f4 (patch) | |
tree | 96bb625a09e1971d6164345a5c7afc644152644b /app-emulation/docker | |
parent | sys-devel/bison: Stabilize 3.7.1 s390, #717936 (diff) | |
download | gentoo-d36a48722755e78563ef26fe9fae9f5d95de05f4.tar.gz gentoo-d36a48722755e78563ef26fe9fae9f5d95de05f4.tar.bz2 gentoo-d36a48722755e78563ef26fe9fae9f5d95de05f4.zip |
app-emulation/docker: 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/docker')
-rw-r--r-- | app-emulation/docker/docker-19.03.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker/docker-19.03.12.ebuild b/app-emulation/docker/docker-19.03.12.ebuild index dd60b68bdb4f..319ca92ef6cf 100644 --- a/app-emulation/docker/docker-19.03.12.ebuild +++ b/app-emulation/docker/docker-19.03.12.ebuild @@ -14,7 +14,7 @@ else DOCKER_GITCOMMIT=48a66213fe MY_PV=${PV/_/-} SRC_URI="https://${EGO_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually for each bump!" inherit golang-vcs-snapshot fi |