commit: e6e3fe8d8667963949ff843abf57b36f574e9302 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 24 02:53:57 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 24 02:53:57 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e3fe8d
dev-libs/libnl: restrict tests in 3.11.0 Blocking stablereq. Tests are sensitive in this package. Closes: https://bugs.gentoo.org/968602 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libnl/libnl-3.11.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/libnl/libnl-3.11.0.ebuild b/dev-libs/libnl/libnl-3.11.0.ebuild index 6c8fc3b5081a..993aa8d815c3 100644 --- a/dev-libs/libnl/libnl-3.11.0.ebuild +++ b/dev-libs/libnl/libnl-3.11.0.ebuild @@ -38,7 +38,8 @@ fi LICENSE="LGPL-2.1 utils? ( GPL-2 )" SLOT="3" IUSE="+debug python test utils" -RESTRICT="!test? ( test )" +# bug #968602 +RESTRICT="!test? ( test ) test" RDEPEND="python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND}"
