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 849D113835A for ; Mon, 31 Aug 2020 21:03:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B12EE09BD; Mon, 31 Aug 2020 21:03:47 +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 41FA7E09C2 for ; Mon, 31 Aug 2020 21:03:47 +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 2DF59340E21 for ; Mon, 31 Aug 2020 21:03:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB5DF339 for ; Mon, 31 Aug 2020 21:03:44 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1598907819.8d66375e4036abf6ab3ba71c26356ecd392e6272.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/containerd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/containerd/containerd-1.2.13.ebuild X-VCS-Directories: app-emulation/containerd/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 8d66375e4036abf6ab3ba71c26356ecd392e6272 X-VCS-Branch: master Date: Mon, 31 Aug 2020 21:03: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 50b973ce-1a61-4c7c-a8ae-6456f04911d9 X-Archives-Hash: 0dcf0685b49fa4e0ca3f5873389a7700 commit: 8d66375e4036abf6ab3ba71c26356ecd392e6272 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Aug 31 21:02:42 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Aug 31 21:03:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d66375e app-emulation/containerd: x86 keyworded (bug #738758) Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann gentoo.org> app-emulation/containerd/containerd-1.2.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/containerd/containerd-1.2.13.ebuild b/app-emulation/containerd/containerd-1.2.13.ebuild index f370b93d7c8..e9635351fbd 100644 --- a/app-emulation/containerd/containerd-1.2.13.ebuild +++ b/app-emulation/containerd/containerd-1.2.13.ebuild @@ -13,7 +13,7 @@ else EGIT_COMMIT="v${MY_PV}" CONTAINERD_COMMIT=35bd7a5f69c13e1563af8a93431411cd9ecf5021 SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" inherit golang-vcs-snapshot fi