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 9F203138359 for ; Fri, 25 Sep 2020 08:45:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C60C4E0857; Fri, 25 Sep 2020 08:45: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 A902FE0857 for ; Fri, 25 Sep 2020 08:45: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 30DAD33BF3C for ; Fri, 25 Sep 2020 08:45:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4514353 for ; Fri, 25 Sep 2020 08:45:34 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1601023532.81d16be12da5be4235ef93159e7f28c5d588a9bf.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/criu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/criu/criu-3.14-r2.ebuild X-VCS-Directories: sys-process/criu/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 81d16be12da5be4235ef93159e7f28c5d588a9bf X-VCS-Branch: master Date: Fri, 25 Sep 2020 08:45: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: 65ec8455-4ed8-41e0-b122-66ad3301ccb9 X-Archives-Hash: b6a956ae79501e06e9d846423c2fb78b commit: 81d16be12da5be4235ef93159e7f28c5d588a9bf Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Sep 25 08:45:32 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Sep 25 08:45:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d16be1 sys-process/criu: amd64 stable wrt bug #738544 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> sys-process/criu/criu-3.14-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/criu/criu-3.14-r2.ebuild b/sys-process/criu/criu-3.14-r2.ebuild index 87fc935c2d6..2eeaf8f09f2 100644 --- a/sys-process/criu/criu-3.14-r2.ebuild +++ b/sys-process/criu/criu-3.14-r2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://download.openvz.org/criu/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64" IUSE="doc selinux setproctitle static-libs" REQUIRED_USE="${PYTHON_REQUIRED_USE}"