Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker/
Date: Mon, 29 Jul 2019 09:07:44
Message-Id: 1564391198.2470695f5345f6948228600531940e260f6e073e.mrueg@gentoo
1 commit: 2470695f5345f6948228600531940e260f6e073e
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 29 09:06:38 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 29 09:06:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2470695f
7
8 app-emulation/docker: Stabilize 18.09.8
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 app-emulation/docker/docker-18.09.8.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/docker/docker-18.09.8.ebuild b/app-emulation/docker/docker-18.09.8.ebuild
17 index 19f2b397a11..54a3355176f 100644
18 --- a/app-emulation/docker/docker-18.09.8.ebuild
19 +++ b/app-emulation/docker/docker-18.09.8.ebuild
20 @@ -14,7 +14,7 @@ else
21 DOCKER_GITCOMMIT="00dd43dd"
22 MY_PV=${PV/_/-}
23 SRC_URI="https://${EGO_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~arm ~arm64"
25 + KEYWORDS="amd64 ~arm ~arm64"
26 [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually for each bump!"
27 inherit golang-vcs-snapshot
28 fi