app-emulation/docker: Stable on amd64

Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
This commit is contained in:
Manuel Rüger
2019-04-23 14:43:20 +02:00
parent 4e588c6505
commit 4dfd06216c

View File

@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
else
DOCKER_GITCOMMIT="e8ff056"
SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64"
KEYWORDS="amd64 ~arm ~arm64"
[ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually for each bump!"
inherit golang-vcs-snapshot
fi