From 9534069086e7be220715ade84896840b21c2bbad Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 17 Nov 2025 07:13:42 +0000 Subject: [PATCH] sys-libs/tevent: Sync with Gentoo It's from Gentoo commit d6d8ec3fac56699b9320c3e0a06e37d698eb0222. Signed-off-by: Flatcar Buildbot --- .../portage-stable/sys-libs/tevent/tevent-0.17.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/sys-libs/tevent/tevent-0.17.1.ebuild b/sdk_container/src/third_party/portage-stable/sys-libs/tevent/tevent-0.17.1.ebuild index 3c3ec74695..dc874c9149 100644 --- a/sdk_container/src/third_party/portage-stable/sys-libs/tevent/tevent-0.17.1.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-libs/tevent/tevent-0.17.1.ebuild @@ -3,9 +3,9 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..14} ) PYTHON_REQ_USE="threads(+)" -inherit waf-utils multilib-minimal python-single-r1 +inherit flag-o-matic waf-utils multilib-minimal python-single-r1 DESCRIPTION="Samba tevent library" HOMEPAGE="https://tevent.samba.org/" @@ -78,6 +78,8 @@ multilib_src_configure() { bundled_libs="cmocka,${bundled_libs}" fi + append-ldflags $(test-flags-CCLD -Wl,--undefined-version) # bug 915198 + waf-utils_src_configure \ --libdir="${EPREFIX}/usr/$(get_libdir)" \ --disable-dependency-tracking \