From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BEC53138334 for ; Tue, 23 Apr 2019 12:43:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7E2FE09B6; Tue, 23 Apr 2019 12:43:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADE25E09B6 for ; Tue, 23 Apr 2019 12:43:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77D5D341E6F for ; Tue, 23 Apr 2019 12:43:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 211DF4F6 for ; Tue, 23 Apr 2019 12:43:41 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1556023400.4dfd06216c7ce0002b755eed73f279a874f98462.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker/docker-18.09.5.ebuild X-VCS-Directories: app-emulation/docker/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 4dfd06216c7ce0002b755eed73f279a874f98462 X-VCS-Branch: master Date: Tue, 23 Apr 2019 12:43:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36a7254a-021d-4ba6-83db-0778bb722e88 X-Archives-Hash: db43c9caeee47b7902d24edffd3c8dd0 commit: 4dfd06216c7ce0002b755eed73f279a874f98462 Author: Manuel Rüger gentoo org> AuthorDate: Tue Apr 23 12:43:20 2019 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Apr 23 12:43:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dfd0621 app-emulation/docker: Stable on amd64 Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Manuel Rüger gentoo.org> app-emulation/docker/docker-18.09.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/docker/docker-18.09.5.ebuild b/app-emulation/docker/docker-18.09.5.ebuild index 041c2af199a..450eaa2a1f0 100644 --- a/app-emulation/docker/docker-18.09.5.ebuild +++ b/app-emulation/docker/docker-18.09.5.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then else DOCKER_GITCOMMIT="e8ff056" 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