Diff basu-0.2.0-r1 with a basu-0.2.1
/usr/portage/sys-libs/basu/basu-0.2.1.ebuild 2023-10-09 14:52:35.536368503 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9..10} ) |
|
6 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
7 | 7 |
inherit meson python-any-r1 |
8 | 8 | |
9 | 9 |
DESCRIPTION="The sd-bus library, extracted from systemd" |
... | ... | |
27 | 27 |
dev-util/gperf |
28 | 28 |
" |
29 | 29 | |
30 |
PATCHES=( |
|
31 |
"${FILESDIR}"/0001-"${PN}"-0.2.0-meson-add-libcap-option.patch |
|
32 |
"${FILESDIR}"/0002-"${PN}"-0.2.0-meson-convert-audit-option-to-feature-object.patch |
|
33 |
"${FILESDIR}"/0001-"${PN}"-0.2.0-LLD-13-and-GNU-ld-2.37-support-z-start-stop-gc-which.patch |
|
34 |
"${FILESDIR}"/0002-"${PN}"-0.2.0-meson-fix-linking-on-LLD-13-LD-2.37-and-older-CCs.patch |
|
35 |
) |
|
36 | ||
37 | 30 |
src_configure() { |
38 | 31 |
local emesonargs=( |
39 | 32 |
$(meson_feature audit) |