commit: 090c15fda97792465a0cc928e60c6ded2ba38a7b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 24 02:54:33 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 24 02:54:33 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090c15fd
dev-libs/libnl: sync live
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libnl/libnl-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-libs/libnl/libnl-9999.ebuild b/dev-libs/libnl/libnl-9999.ebuild
index cce5e55d3e7e..b30cfa19ebc2 100644
--- a/dev-libs/libnl/libnl-9999.ebuild
+++ b/dev-libs/libnl/libnl-9999.ebuild
@@ -38,7 +38,8 @@ fi
LICENSE="LGPL-2.1 utils? ( GPL-2 )"
SLOT="3"
IUSE="+debug python test utils"
-RESTRICT="!test? ( test )"
+# test_kernel_route_roundtrip_* fais in 3.12.0
+RESTRICT="!test? ( test ) test"
RDEPEND="python? ( ${PYTHON_DEPS} )"
DEPEND="${RDEPEND}"