commit: 5efdb6eb39429f11fc52c6d63132a85d2b330f08 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 16 04:32:01 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 16 04:32:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5efdb6eb
dev-libs/libmodbus: update test restriction commentary They have unittests at least these days but they fail for me when run from the ebuild. Not going to worry about that too much for now as there's some pending PRs that could help quite a bit (backporting the small one doesn't help though). Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libmodbus/libmodbus-3.1.11-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-libs/libmodbus/libmodbus-3.1.11-r1.ebuild b/dev-libs/libmodbus/libmodbus-3.1.11-r1.ebuild index 57d673a40480..f5da7aed5888 100644 --- a/dev-libs/libmodbus/libmodbus-3.1.11-r1.ebuild +++ b/dev-libs/libmodbus/libmodbus-3.1.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,8 +13,9 @@ LICENSE="LGPL-3" SLOT="0" KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv x86" IUSE="static-libs test" - -# Tests are for manual testing +# Tests fail at least when run via the ebuild w/ a timeout assertion being hit +# See https://github.com/stephane/libmodbus/issues/791 and https://github.com/stephane/libmodbus/pull/794 +# Try again > 3.1.11. RESTRICT="test" PATCHES=( "${FILESDIR}/${PN}-3.1.11-cflags.patch" )
