Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/criu/
Date: Fri, 03 Sep 2021 01:54:05
Message-Id: 1630626747.903af3f4f5ac45e80dff33f8647281855e0ac1e0.sam@gentoo
1 commit: 903af3f4f5ac45e80dff33f8647281855e0ac1e0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 21:14:22 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 23:52:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=903af3f4
7
8 sys-process/criu: [QA] fix UnusedInherits
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-process/criu/criu-3.14-r2.ebuild | 4 ++--
13 sys-process/criu/criu-3.15.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-process/criu/criu-3.14-r2.ebuild b/sys-process/criu/criu-3.14-r2.ebuild
17 index f37d6d72104..82a145ca725 100644
18 --- a/sys-process/criu/criu-3.14-r2.ebuild
19 +++ b/sys-process/criu/criu-3.14-r2.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 PYTHON_COMPAT=( python3_{7..8} )
28
29 -inherit toolchain-funcs linux-info flag-o-matic python-r1
30 +inherit toolchain-funcs linux-info python-r1
31
32 DESCRIPTION="utility to checkpoint/restore a process tree"
33 HOMEPAGE="https://criu.org/"
34
35 diff --git a/sys-process/criu/criu-3.15.ebuild b/sys-process/criu/criu-3.15.ebuild
36 index 204e5a4facc..79c927987e0 100644
37 --- a/sys-process/criu/criu-3.15.ebuild
38 +++ b/sys-process/criu/criu-3.15.ebuild
39 @@ -5,7 +5,7 @@ EAPI=7
40
41 PYTHON_COMPAT=( python3_{7..9} )
42
43 -inherit toolchain-funcs linux-info flag-o-matic python-r1
44 +inherit toolchain-funcs linux-info python-r1
45
46 DESCRIPTION="utility to checkpoint/restore a process tree"
47 HOMEPAGE="https://criu.org/"