commit: 903af3f4f5ac45e80dff33f8647281855e0ac1e0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 2 21:14:22 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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/"