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, 11 Feb 2019 19:39:23
Message-Id: 1549913919.b0b02c83928c85cc7a8753932196e365438d632c.mrueg@gentoo
1 commit: b0b02c83928c85cc7a8753932196e365438d632c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 11 19:38:39 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 11 19:38:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b02c83
7
8 app-emulation/docker: Stabilize on amd64
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 app-emulation/docker/docker-18.06.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/docker/docker-18.06.2.ebuild b/app-emulation/docker/docker-18.06.2.ebuild
17 index 311e6048a8f..8245be26fc7 100644
18 --- a/app-emulation/docker/docker-18.06.2.ebuild
19 +++ b/app-emulation/docker/docker-18.06.2.ebuild
20 @@ -20,7 +20,7 @@ else
21 DOCKER_GITCOMMIT="6247962"
22 EGIT_COMMIT="v${MY_PV}"
23 SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.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