Diff eclean-kernel-2.99.5 with a eclean-kernel-2.99.6

/usr/portage/app-admin/eclean-kernel/eclean-kernel-2.99.6.ebuild 2023-10-09 14:52:28.144368316 +0300
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_USE_PEP517=flit
7
PYTHON_COMPAT=( python3_{10..11} )
7
PYTHON_COMPAT=( python3_{10..12} )
8 8

  
9
inherit distutils-r1
9
inherit distutils-r1 pypi
10 10

  
11 11
DESCRIPTION="Remove outdated built kernels"
12
HOMEPAGE="https://github.com/projg2/eclean-kernel/"
13
SRC_URI="
14
	https://github.com/projg2/eclean-kernel/archive/v${PV}.tar.gz
15
		-> ${P}.gh.tar.gz
12
HOMEPAGE="
13
	https://github.com/projg2/eclean-kernel/
14
	https://pypi.org/project/eclean-kernel/
16 15
"
17 16

  
18 17
LICENSE="BSD"
19 18
SLOT="0"
20
KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
19
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
21 20
IUSE="lz4 lzo zstd"
22 21

  
23 22
RDEPEND="
Thank you!