summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-07-20 06:04:56 +0100
committerSam James <sam@gentoo.org>2024-07-20 06:06:42 +0100
commitb2a2324ebb6e86b47ecca117bf7adf5473f6e41f (patch)
treedf6bc2676c9a2e95a54072a3b65135fafdba1959 /dev-libs/libnl/libnl-3.9.0.ebuild
parentdev-libs/libnl: add 3.10.0 (diff)
downloadgentoo-b2a2324ebb6e86b47ecca117bf7adf5473f6e41f.tar.gz
gentoo-b2a2324ebb6e86b47ecca117bf7adf5473f6e41f.tar.bz2
gentoo-b2a2324ebb6e86b47ecca117bf7adf5473f6e41f.zip
dev-libs/libnl: restrict tests
Bug: https://github.com/thom311/libnl/issues/361 Closes: https://bugs.gentoo.org/840167 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libnl/libnl-3.9.0.ebuild')
-rw-r--r--dev-libs/libnl/libnl-3.9.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/libnl/libnl-3.9.0.ebuild b/dev-libs/libnl/libnl-3.9.0.ebuild
index cd91ab04a015..157fe4e901fc 100644
--- a/dev-libs/libnl/libnl-3.9.0.ebuild
+++ b/dev-libs/libnl/libnl-3.9.0.ebuild
@@ -30,7 +30,9 @@ fi
LICENSE="LGPL-2.1 utils? ( GPL-2 )"
SLOT="3"
IUSE="+debug python test utils"
-RESTRICT="!test? ( test )"
+# Tests fail w/ sandboxes
+# https://github.com/thom311/libnl/issues/361
+RESTRICT="!test? ( test ) test"
RDEPEND="python? ( ${PYTHON_DEPS} )"
DEPEND="${RDEPEND}"