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 CA9E3139695 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 5778FE0C75; 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 35934E0C58 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 47193341301 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 6632B743B 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.f0fd7d29f99d6196e1a2173cd7b69a39e584d6b3.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild X-VCS-Directories: app-emulation/docker-proxy/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: f0fd7d29f99d6196e1a2173cd7b69a39e584d6b3 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: 844d15ff-e53b-400d-9d67-fd40f27d7adb X-Archives-Hash: 021a2fee37cea63b947936e292c17aed commit: f0fd7d29f99d6196e1a2173cd7b69a39e584d6b3 Author: William Hubbs gentoo org> AuthorDate: Fri Apr 21 18:54:35 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=f0fd7d29 app-emulation/docker-proxy: stabilize 0.8.0_p20161111 on amd64 Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild index 1e738316e81..17a0c263150 100644 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then else EGIT_COMMIT="57be722e077059d1ee0539be31743a3642ccbeb3" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~ppc64" + KEYWORDS="amd64 ~arm ~ppc64" inherit golang-vcs-snapshot fi