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 2C422138334 for ; Mon, 4 Jun 2018 19:26:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFFAEE0B73; Mon, 4 Jun 2018 19:26:01 +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 884DCE0BA0 for ; Mon, 4 Jun 2018 19:26:01 +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 88A1F335C93 for ; Mon, 4 Jun 2018 19:26:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EFF42C8 for ; Mon, 4 Jun 2018 19:25:57 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1528138626.03e9a7c29d2d4a3d6e0e23b2a3bfe899166cce93.leio@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_p20180411.ebuild X-VCS-Directories: app-emulation/docker-proxy/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 03e9a7c29d2d4a3d6e0e23b2a3bfe899166cce93 X-VCS-Branch: master Date: Mon, 4 Jun 2018 19:25:57 +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: ffe41874-436a-4fd3-81e5-43b64949c2a3 X-Archives-Hash: 7684ae1259dc204b202926d2b938ff47 commit: 03e9a7c29d2d4a3d6e0e23b2a3bfe899166cce93 Author: Alex Bennée linaro org> AuthorDate: Sun Jun 3 16:08:50 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Jun 4 18:57:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e9a7c2 app-emulation/docker-proxy: add ~arm64 keyword app-emulation/docker-proxy/docker-proxy-0.8.0_p20180411.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180411.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180411.ebuild index a1761865222..a6ad01507ca 100644 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180411.ebuild +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20180411.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then else EGIT_COMMIT="c15b372ef22125880d378167dde44f4b134e1a77" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~ppc64" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64" inherit golang-vcs-snapshot fi