diff options
author | Sam James <sam@gentoo.org> | 2021-09-02 22:14:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-03 00:52:27 +0100 |
commit | 903af3f4f5ac45e80dff33f8647281855e0ac1e0 (patch) | |
tree | 5b1a25695b9951b5d834755617a793825f6c46cc /sys-process | |
parent | sys-process/at: [QA] fix UnusedInherits (diff) | |
download | gentoo-903af3f4f5ac45e80dff33f8647281855e0ac1e0.tar.gz gentoo-903af3f4f5ac45e80dff33f8647281855e0ac1e0.tar.bz2 gentoo-903af3f4f5ac45e80dff33f8647281855e0ac1e0.zip |
sys-process/criu: [QA] fix UnusedInherits
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/criu/criu-3.14-r2.ebuild | 4 | ||||
-rw-r--r-- | 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 f37d6d72104a..82a145ca7254 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 204e5a4facc3..79c927987e04 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/" |