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 EA25E1381F1 for ; Fri, 23 Mar 2018 14:59:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DCBCE0963; Fri, 23 Mar 2018 14:59:08 +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 EC297E0963 for ; Fri, 23 Mar 2018 14:59:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AD002335C0A for ; Fri, 23 Mar 2018 14:59:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D2761BC for ; Fri, 23 Mar 2018 14:59:05 +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: <1521817097.493626d05e359ea4e988937c9502a01e159e2e5a.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-9999.ebuild X-VCS-Directories: app-emulation/docker-proxy/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 493626d05e359ea4e988937c9502a01e159e2e5a X-VCS-Branch: master Date: Fri, 23 Mar 2018 14:59:05 +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: 8d8412cf-a357-4a50-a6d8-228e906a3555 X-Archives-Hash: 423576fce47cf10e1f2ff4f7b3f47c76 commit: 493626d05e359ea4e988937c9502a01e159e2e5a Author: Manuel Rüger gentoo org> AuthorDate: Fri Mar 23 14:58:17 2018 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Mar 23 14:58:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=493626d0 app-emulation/docker-proxy: Sync live ebuild Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-emulation/docker-proxy/docker-proxy-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app-emulation/docker-proxy/docker-proxy-9999.ebuild b/app-emulation/docker-proxy/docker-proxy-9999.ebuild index e7cea4d03b2..99ad94f4c96 100644 --- a/app-emulation/docker-proxy/docker-proxy-9999.ebuild +++ b/app-emulation/docker-proxy/docker-proxy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then else EGIT_COMMIT="" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~ppc64" + KEYWORDS="~amd64 ~arm ~ppc64" inherit golang-vcs-snapshot fi @@ -24,8 +24,10 @@ S=${WORKDIR}/${P}/src/${EGO_PN} RDEPEND="!