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 A9D17138334 for ; Thu, 28 Mar 2019 14:41:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA33FE0B09; Thu, 28 Mar 2019 14:41:37 +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 876E2E0B09 for ; Thu, 28 Mar 2019 14:41:37 +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 0A366335D10 for ; Thu, 28 Mar 2019 14:41:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75401576 for ; Thu, 28 Mar 2019 14:41:34 +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: <1553784079.03d23e49f8aca6d65092221d97b35c084923fef4.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/runc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/runc/runc-1.0.0_rc6_p20190216.ebuild X-VCS-Directories: app-emulation/runc/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 03d23e49f8aca6d65092221d97b35c084923fef4 X-VCS-Branch: master Date: Thu, 28 Mar 2019 14:41:34 +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: 2fa3e189-e719-47db-8043-087d859b12a3 X-Archives-Hash: 54de5d002e06e6585dca5f83190496f5 commit: 03d23e49f8aca6d65092221d97b35c084923fef4 Author: Manuel Rüger gentoo org> AuthorDate: Thu Mar 28 14:41:19 2019 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Mar 28 14:41:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d23e49 app-emulation/runc: Stabilize on amd64 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Manuel Rüger gentoo.org> app-emulation/runc/runc-1.0.0_rc6_p20190216.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/runc/runc-1.0.0_rc6_p20190216.ebuild b/app-emulation/runc/runc-1.0.0_rc6_p20190216.ebuild index e4110183e35..d1e688e0dd6 100644 --- a/app-emulation/runc/runc-1.0.0_rc6_p20190216.ebuild +++ b/app-emulation/runc/runc-1.0.0_rc6_p20190216.ebuild @@ -10,7 +10,7 @@ else MY_PV="${PV/_/-}" RUNC_COMMIT="2b18fe1d885ee5083ef9f0838fee39b62d653e30" # Change this when you update the ebuild SRC_URI="https://${EGO_PN}/archive/${RUNC_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64" inherit golang-build golang-vcs-snapshot fi