Diff lxcfs-5.0.4-r1 with a lxcfs-6.0.3
/usr/portage/sys-fs/lxcfs/lxcfs-6.0.3.ebuild 2025-02-03 17:39:35.938678022 +0300 | ||
---|---|---|
1 |
# Copyright 2022-2024 Gentoo Authors |
|
1 |
# Copyright 2022-2025 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{10..12} ) |
|
6 |
PYTHON_COMPAT=( python3_{10..13} ) |
|
7 | 7 | |
8 | 8 |
inherit cmake meson python-any-r1 systemd verify-sig |
9 | 9 | |
... | ... | |
32 | 32 | |
33 | 33 |
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/linuxcontainers.asc |
34 | 34 | |
35 |
PATCHES=( |
|
36 |
"${FILESDIR}"/${PN}-5.0.4-fix-incompatible-pointer-conversion.patch |
|
37 |
) |
|
38 | ||
39 | 35 |
python_check_deps() { |
40 | 36 |
python_has_version -b "dev-python/jinja2[${PYTHON_USEDEP}]" |
41 | 37 |
} |