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 11D0B139695 for ; Wed, 5 Apr 2017 10:21:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE471E0DC0; Wed, 5 Apr 2017 10:21:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B3C17E0DC0 for ; Wed, 5 Apr 2017 10:21:07 +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 9ED73341683 for ; Wed, 5 Apr 2017 10:21:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0535073F1 for ; Wed, 5 Apr 2017 10:21:05 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1491387643.c45c71e7b366782c59e4d9e4c8a7c3352d5dc116.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-runc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170308.ebuild X-VCS-Directories: app-emulation/docker-runc/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: c45c71e7b366782c59e4d9e4c8a7c3352d5dc116 X-VCS-Branch: master Date: Wed, 5 Apr 2017 10:21: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: a5aa4c55-95fc-4f2b-8eba-042b4cfeef30 X-Archives-Hash: 2726c792aa7a9bb3c5a553430c8c5952 commit: c45c71e7b366782c59e4d9e4c8a7c3352d5dc116 Author: Michael Weber gentoo org> AuthorDate: Wed Apr 5 10:17:27 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Apr 5 10:20:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c45c71e7 app-emulation/docker-runc: add ~arm (bug 566732) Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64" app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170308.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170308.ebuild b/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170308.ebuild index d57a98ae48f..e8aeca86b70 100644 --- a/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170308.ebuild +++ b/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170308.ebuild @@ -11,7 +11,7 @@ else EGIT_COMMIT="54296cf40ad8143b62dbcaa1d90e520a2136ddfe" RUNC_COMMIT="54296cf" # Change this when you update the ebuild 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