Diff lxcfs-5.0.4 with a lxcfs-5.0.4-r1
/usr/portage/sys-fs/lxcfs/lxcfs-5.0.4-r1.ebuild 2023-10-09 14:52:35.516368502 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9..12} ) |
|
6 |
PYTHON_COMPAT=( python3_{10..12} ) |
|
7 | 7 | |
8 | 8 |
inherit cmake meson python-any-r1 systemd verify-sig |
9 | 9 | |
... | ... | |
32 | 32 | |
33 | 33 |
VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/linuxcontainers.asc |
34 | 34 | |
35 |
PATCHES=( |
|
36 |
"${FILESDIR}"/${PN}-5.0.4-fix-incompatible-pointer-conversion.patch |
|
37 |
) |
|
38 | ||
35 | 39 |
python_check_deps() { |
36 | 40 |
python_has_version -b "dev-python/jinja[${PYTHON_USEDEP}]" |
37 | 41 |
} |