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 C9A23139085 for ; Thu, 12 Jan 2017 11:16:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 099482241A8; Thu, 12 Jan 2017 11:16:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DB5DC2241A8 for ; Thu, 12 Jan 2017 11:16:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EA64341688 for ; Thu, 12 Jan 2017 11:16:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DC202601 for ; Thu, 12 Jan 2017 11:16:37 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1484219780.6c46e50b00df4d172c161899aba692b1cafa2ef6.bman@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_rc2-r2.ebuild X-VCS-Directories: app-emulation/runc/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 6c46e50b00df4d172c161899aba692b1cafa2ef6 X-VCS-Branch: master Date: Thu, 12 Jan 2017 11:16:37 +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: c51986f2-3b29-423a-9a81-4a0dde50b5a0 X-Archives-Hash: 2f542507781d87e433e65708e43b4a8f commit: 6c46e50b00df4d172c161899aba692b1cafa2ef6 Author: Aaron Bauman gentoo org> AuthorDate: Thu Jan 12 11:16:20 2017 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Jan 12 11:16:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c46e50b app-emulation/runc: amd64 stable wrt bug #605378 Package-Manager: portage-2.3.0 app-emulation/runc/runc-1.0.0_rc2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/runc/runc-1.0.0_rc2-r2.ebuild b/app-emulation/runc/runc-1.0.0_rc2-r2.ebuild index 4f5cf2f..d00b123 100644 --- a/app-emulation/runc/runc-1.0.0_rc2-r2.ebuild +++ b/app-emulation/runc/runc-1.0.0_rc2-r2.ebuild @@ -12,7 +12,7 @@ else EGIT_COMMIT="v${MY_PV}" RUNC_COMMIT="c91b5be" # 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 ~ppc64" inherit golang-vcs-snapshot fi