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 9F995138334 for ; Thu, 4 Jul 2019 15:34:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E08D1E07D1; Thu, 4 Jul 2019 15:34:12 +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 C3207E07D1 for ; Thu, 4 Jul 2019 15:34:12 +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 73727346F39 for ; Thu, 4 Jul 2019 15:34:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E14C7615 for ; Thu, 4 Jul 2019 15:34:09 +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: <1562254217.4cc1192bd85267be83f2ce967b8bcad1c103fd7b.mrueg@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_p20190513.ebuild X-VCS-Directories: app-emulation/docker-proxy/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 4cc1192bd85267be83f2ce967b8bcad1c103fd7b X-VCS-Branch: master Date: Thu, 4 Jul 2019 15:34:09 +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: 5a7baba8-f8ad-456e-9f44-514a4857b266 X-Archives-Hash: 1b4240c31ee118c7043b423be4c50376 commit: 4cc1192bd85267be83f2ce967b8bcad1c103fd7b Author: Manuel Rüger gentoo org> AuthorDate: Thu Jul 4 15:30:17 2019 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Jul 4 15:30:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc1192b app-emulation/docker-proxy: Stable on amd64 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Manuel Rüger gentoo.org> app-emulation/docker-proxy/docker-proxy-0.8.0_p20190513.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190513.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190513.ebuild index 1fccabf5362..1dea7040531 100644 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190513.ebuild +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20190513.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then else EGIT_COMMIT="e7933d41e7b206756115aa9df5e0599fc5169742" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64" inherit golang-vcs-snapshot fi