Diff eclean-kernel-2.99.6 with a eclean-kernel-9999
/usr/portage/app-admin/eclean-kernel/eclean-kernel-9999.ebuild 2023-10-09 14:52:28.144368316 +0300 | ||
---|---|---|
6 | 6 |
DISTUTILS_USE_PEP517=flit |
7 | 7 |
PYTHON_COMPAT=( python3_{10..12} ) |
8 | 8 | |
9 |
inherit distutils-r1 pypi |
|
9 |
inherit distutils-r1 git-r3 |
|
10 | 10 | |
11 | 11 |
DESCRIPTION="Remove outdated built kernels" |
12 |
HOMEPAGE=" |
|
13 |
https://github.com/projg2/eclean-kernel/ |
|
14 |
https://pypi.org/project/eclean-kernel/ |
|
15 |
" |
|
12 |
HOMEPAGE="https://github.com/projg2/eclean-kernel/" |
|
13 |
EGIT_REPO_URI="https://github.com/projg2/eclean-kernel.git" |
|
16 | 14 | |
17 | 15 |
LICENSE="BSD" |
18 | 16 |
SLOT="0" |
19 |
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" |
|
17 |
KEYWORDS="" |
|
20 | 18 |
IUSE="lz4 lzo zstd" |
21 | 19 | |
22 | 20 |
RDEPEND=" |