diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2018-01-02 14:04:13 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2018-01-02 14:04:13 +0100 |
commit | f3ce09a1092388c527f481209ede67a9fc361d6b (patch) | |
tree | 0f02e4216ec57795abd913f8636072f30acc3e57 /app-emulation/docker | |
parent | app-emulation/containerd: Stable on amd64 (diff) | |
download | gentoo-f3ce09a1092388c527f481209ede67a9fc361d6b.tar.gz gentoo-f3ce09a1092388c527f481209ede67a9fc361d6b.tar.bz2 gentoo-f3ce09a1092388c527f481209ede67a9fc361d6b.zip |
app-emulation/docker: Stable on amd64
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-emulation/docker')
-rw-r--r-- | app-emulation/docker/docker-17.09.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/docker/docker-17.09.1.ebuild b/app-emulation/docker/docker-17.09.1.ebuild index 10c65a98732e..bae5865672df 100644 --- a/app-emulation/docker/docker-17.09.1.ebuild +++ b/app-emulation/docker/docker-17.09.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ else DOCKER_GITCOMMIT="19e2cf6" 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 |