mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
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@gentoo.org>
This commit is contained in:
parent
b678c3a752
commit
5efdb6eb39
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@ -13,8 +13,9 @@ LICENSE="LGPL-3"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv x86"
|
KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv x86"
|
||||||
IUSE="static-libs test"
|
IUSE="static-libs test"
|
||||||
|
# Tests fail at least when run via the ebuild w/ a timeout assertion being hit
|
||||||
# Tests are for manual testing
|
# See https://github.com/stephane/libmodbus/issues/791 and https://github.com/stephane/libmodbus/pull/794
|
||||||
|
# Try again > 3.1.11.
|
||||||
RESTRICT="test"
|
RESTRICT="test"
|
||||||
|
|
||||||
PATCHES=( "${FILESDIR}/${PN}-3.1.11-cflags.patch" )
|
PATCHES=( "${FILESDIR}/${PN}-3.1.11-cflags.patch" )
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user