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 B94DA139694 for ; Fri, 21 Apr 2017 19:01:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FEA6E0C58; Fri, 21 Apr 2017 19:01:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E1AFE0C58 for ; Fri, 21 Apr 2017 19:01:47 +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 2FD19341130 for ; Fri, 21 Apr 2017 19:01:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D01D743D for ; Fri, 21 Apr 2017 19:01:44 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1492801295.908396ad542eeae9038f91e15bfe5da288168517.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker/docker-17.03.1.ebuild X-VCS-Directories: app-emulation/docker/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 908396ad542eeae9038f91e15bfe5da288168517 X-VCS-Branch: master Date: Fri, 21 Apr 2017 19:01:44 +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-Archives-Salt: 3b1b2529-0578-4204-b341-81dc94a119aa X-Archives-Hash: 4755d1593a7ed9d021c0a82343cbf769 commit: 908396ad542eeae9038f91e15bfe5da288168517 Author: William Hubbs gentoo org> AuthorDate: Fri Apr 21 19:00:50 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Apr 21 19:01:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=908396ad app-emulation/docker: stabilize 17.03.1 on amd64 Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-emulation/docker/docker-17.03.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/docker/docker-17.03.1.ebuild b/app-emulation/docker/docker-17.03.1.ebuild index 53e5b0278cc..5577efb953d 100644 --- a/app-emulation/docker/docker-17.03.1.ebuild +++ b/app-emulation/docker/docker-17.03.1.ebuild @@ -15,7 +15,7 @@ else DOCKER_GITCOMMIT="c6d412e" EGIT_COMMIT="v${MY_PV}-ce" 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