commit: 8937960c2ccbaf8e642614ae7c5398f150d4aedc Author: Miezhiko <Miezhiko <AT> gmail <DOT> com> AuthorDate: Tue Jan 18 12:21:58 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 16 10:23:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8937960c
app-admin/eclean-kernel: py3.10 support Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Miezhiko <Miezhiko <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23851 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-admin/eclean-kernel/eclean-kernel-2.99.3.ebuild | 11 +++++++---- app-admin/eclean-kernel/eclean-kernel-9999.ebuild | 11 +++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/app-admin/eclean-kernel/eclean-kernel-2.99.3.ebuild b/app-admin/eclean-kernel/eclean-kernel-2.99.3.ebuild index ffe29d38df55..24588208c374 100644 --- a/app-admin/eclean-kernel/eclean-kernel-2.99.3.ebuild +++ b/app-admin/eclean-kernel/eclean-kernel-2.99.3.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="Remove outdated built kernels" @@ -19,6 +21,7 @@ RDEPEND=" kernel_linux? ( dev-python/pymountboot[${PYTHON_USEDEP}] ) lz4? ( dev-python/lz4[${PYTHON_USEDEP}] ) lzo? ( dev-python/python-lzo[${PYTHON_USEDEP}] ) - zstd? ( dev-python/zstandard[${PYTHON_USEDEP}] )" + zstd? ( dev-python/zstandard[${PYTHON_USEDEP}] ) +" distutils_enable_tests pytest diff --git a/app-admin/eclean-kernel/eclean-kernel-9999.ebuild b/app-admin/eclean-kernel/eclean-kernel-9999.ebuild index 2e9db8819bee..c4682a7d1918 100644 --- a/app-admin/eclean-kernel/eclean-kernel-9999.ebuild +++ b/app-admin/eclean-kernel/eclean-kernel-9999.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 git-r3 DESCRIPTION="Remove outdated built kernels" @@ -19,6 +21,7 @@ RDEPEND=" kernel_linux? ( dev-python/pymountboot[${PYTHON_USEDEP}] ) lz4? ( dev-python/lz4[${PYTHON_USEDEP}] ) lzo? ( dev-python/python-lzo[${PYTHON_USEDEP}] ) - zstd? ( dev-python/zstandard[${PYTHON_USEDEP}] )" + zstd? ( dev-python/zstandard[${PYTHON_USEDEP}] ) +" distutils_enable_tests pytest
