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 836C0138206 for ; Tue, 2 Jan 2018 13:05:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFD3EE0839; Tue, 2 Jan 2018 13:05:17 +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 9D64CE0839 for ; Tue, 2 Jan 2018 13:05:17 +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 8DA51335C0F for ; Tue, 2 Jan 2018 13:05:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC73619A for ; Tue, 2 Jan 2018 13:05:14 +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: <1514898227.d77ffc9f10019e05d7b6235abd29211d77397ced.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/containerd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/containerd/containerd-0.2.9_p20170917.ebuild X-VCS-Directories: app-emulation/containerd/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: d77ffc9f10019e05d7b6235abd29211d77397ced X-VCS-Branch: master Date: Tue, 2 Jan 2018 13:05:14 +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: 02582506-658c-42c6-af54-ea616565ce50 X-Archives-Hash: c45bccb1aa1e37b3e34064afe681353e commit: d77ffc9f10019e05d7b6235abd29211d77397ced Author: Manuel Rüger gentoo org> AuthorDate: Tue Jan 2 13:03:47 2018 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Jan 2 13:03:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77ffc9f app-emulation/containerd: Stable on amd64 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-emulation/containerd/containerd-0.2.9_p20170917.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/containerd/containerd-0.2.9_p20170917.ebuild b/app-emulation/containerd/containerd-0.2.9_p20170917.ebuild index 90c87cf4475..25e1ed88476 100644 --- a/app-emulation/containerd/containerd-0.2.9_p20170917.ebuild +++ b/app-emulation/containerd/containerd-0.2.9_p20170917.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 @@ -12,7 +12,7 @@ else MY_PV="${PV/_/-}" EGIT_COMMIT="06b9cb35161009dcb7123345749fef02f7cea8e0" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~ppc64" + KEYWORDS="amd64 ~arm ~ppc64" inherit golang-vcs-snapshot fi