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 CA97E1580B2 for ; Fri, 3 Sep 2021 01:54:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3C26E0BB8; Fri, 3 Sep 2021 01:54:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4794EE0BBB for ; Fri, 3 Sep 2021 01:54:04 +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 D565433EDD8 for ; Fri, 3 Sep 2021 01:54:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 020DEBA for ; Fri, 3 Sep 2021 01:53:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1630626747.903af3f4f5ac45e80dff33f8647281855e0ac1e0.sam@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 sys-process/criu/criu-3.15.ebuild X-VCS-Directories: sys-process/criu/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 903af3f4f5ac45e80dff33f8647281855e0ac1e0 X-VCS-Branch: master Date: Fri, 3 Sep 2021 01:53:57 +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: 0809e082-1c77-4f11-b9ca-2dbae72665d9 X-Archives-Hash: 951be3ea56c5b55a97577eaf64a98e1f commit: 903af3f4f5ac45e80dff33f8647281855e0ac1e0 Author: Sam James gentoo org> AuthorDate: Thu Sep 2 21:14:22 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 2 23:52:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=903af3f4 sys-process/criu: [QA] fix UnusedInherits Signed-off-by: Sam James gentoo.org> sys-process/criu/criu-3.14-r2.ebuild | 4 ++-- sys-process/criu/criu-3.15.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-process/criu/criu-3.14-r2.ebuild b/sys-process/criu/criu-3.14-r2.ebuild index f37d6d72104..82a145ca725 100644 --- a/sys-process/criu/criu-3.14-r2.ebuild +++ b/sys-process/criu/criu-3.14-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{7..8} ) -inherit toolchain-funcs linux-info flag-o-matic python-r1 +inherit toolchain-funcs linux-info python-r1 DESCRIPTION="utility to checkpoint/restore a process tree" HOMEPAGE="https://criu.org/" diff --git a/sys-process/criu/criu-3.15.ebuild b/sys-process/criu/criu-3.15.ebuild index 204e5a4facc..79c927987e0 100644 --- a/sys-process/criu/criu-3.15.ebuild +++ b/sys-process/criu/criu-3.15.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -inherit toolchain-funcs linux-info flag-o-matic python-r1 +inherit toolchain-funcs linux-info python-r1 DESCRIPTION="utility to checkpoint/restore a process tree" HOMEPAGE="https://criu.org/"