diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2018-03-21 15:59:00 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2018-03-21 15:59:00 +0100 |
commit | d3bc6a4a52bf2cc8b02933461b694d6cac59dad6 (patch) | |
tree | f1785b3450bde560527e3a2fe0d689ec6efa9f6b /app-emulation | |
parent | mail-filter/rspamd: version bump to 1.7.1 (fixes bug 651060) (diff) | |
download | gentoo-d3bc6a4a52bf2cc8b02933461b694d6cac59dad6.tar.gz gentoo-d3bc6a4a52bf2cc8b02933461b694d6cac59dad6.tar.bz2 gentoo-d3bc6a4a52bf2cc8b02933461b694d6cac59dad6.zip |
app-emulation/docker: Stabilize on amd64
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/docker/docker-17.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker/docker-17.12.1.ebuild b/app-emulation/docker/docker-17.12.1.ebuild index c4904cb6c7a0..6dc037f04f91 100644 --- a/app-emulation/docker/docker-17.12.1.ebuild +++ b/app-emulation/docker/docker-17.12.1.ebuild @@ -20,7 +20,7 @@ else DOCKER_GITCOMMIT="7390fc6" EGIT_COMMIT="v${MY_PV}" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm" + KEYWORDS="amd64 ~arm" [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually for each bump!" inherit golang-vcs-snapshot fi |