diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2019-03-28 16:00:36 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-03-28 16:02:33 +0100 |
commit | 9974367c82cb43b5f45998b9a5ed9bf2fb52f570 (patch) | |
tree | 917cc5f2fee3856196e3633c56857e4557dfe211 /app-emulation/docker | |
parent | app-emulation/docker: Version bump to 18.09.4 (diff) | |
download | gentoo-9974367c82cb43b5f45998b9a5ed9bf2fb52f570.tar.gz gentoo-9974367c82cb43b5f45998b9a5ed9bf2fb52f570.tar.bz2 gentoo-9974367c82cb43b5f45998b9a5ed9bf2fb52f570.zip |
app-emulation/docker: Stable on amd64
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'app-emulation/docker')
-rw-r--r-- | app-emulation/docker/docker-18.09.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker/docker-18.09.4.ebuild b/app-emulation/docker/docker-18.09.4.ebuild index 5013b1449a1d..560eff8e1ffd 100644 --- a/app-emulation/docker/docker-18.09.4.ebuild +++ b/app-emulation/docker/docker-18.09.4.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then else DOCKER_GITCOMMIT="d14af54" 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 |