commit: 3d9d002ed2876aa1f7598fb92475771134797260 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat May 24 17:40:04 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 24 17:40:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d9d002e
dev-libs/librelp: enable py3.12, py3.13, py3.14; gnu17 Closes: https://bugs.gentoo.org/929424 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/librelp/librelp-1.11.0.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-libs/librelp/librelp-1.11.0.ebuild b/dev-libs/librelp/librelp-1.11.0.ebuild index 6cee551791da..c91683419887 100644 --- a/dev-libs/librelp/librelp-1.11.0.ebuild +++ b/dev-libs/librelp/librelp-1.11.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) -inherit autotools python-any-r1 +PYTHON_COMPAT=( python3_{11..14} ) +inherit autotools flag-o-matic python-any-r1 DESCRIPTION="An easy to use library for the RELP protocol" HOMEPAGE=" @@ -48,6 +48,9 @@ src_prepare() { } src_configure() { + # https://github.com/rsyslog/librelp/issues/267 + append-cflags -std=gnu17 + local myeconfargs=( --disable-valgrind --disable-Werror
