Сравнение weston-12.0.1-r1 с weston-12.0.2
/usr/portage/dev-libs/weston/weston-12.0.2.ebuild 2023-10-09 14:52:29.772368357 +0300 | ||
---|---|---|
9 | 9 |
EXPERIMENTAL="true" |
10 | 10 |
fi |
11 | 11 | |
12 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
12 |
PYTHON_COMPAT=( python3_{9..12} ) |
|
13 | 13 |
inherit meson python-any-r1 readme.gentoo-r1 xdg-utils ${GIT_ECLASS} |
14 | 14 | |
15 | 15 |
DESCRIPTION="Wayland reference compositor" |
... | ... | |
90 | 90 |
${PYTHON_DEPS} |
91 | 91 |
dev-util/wayland-scanner |
92 | 92 |
virtual/pkgconfig |
93 |
$(python_gen_any_dep 'dev-python/setuptools[${PYTHON_USEDEP}]') |
|
93 | 94 |
" |
94 | 95 | |
95 |
PATCHES=( |
|
96 |
"${FILESDIR}/weston-12.0.1-issue757.patch" |
|
97 |
) |
|
96 |
python_check_deps() { |
|
97 |
python_has_version "dev-python/setuptools[${PYTHON_USEDEP}]" |
|
98 |
} |
|
98 | 99 | |
99 | 100 |
src_configure() { |
100 | 101 |
local emesonargs=( |