commit: 974fadb09a5c198996a44bc77609bdf5281e929a Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Wed Jul 9 18:47:20 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Wed Jul 9 18:50:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=974fadb0
sys-apps/kmod: reinstate RESTRICT=test Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-apps/kmod/kmod-9999.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sys-apps/kmod/kmod-9999.ebuild b/sys-apps/kmod/kmod-9999.ebuild index 34da0e80d134..181f1a2ad97f 100644 --- a/sys-apps/kmod/kmod-9999.ebuild +++ b/sys-apps/kmod/kmod-9999.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 @@ -20,11 +20,9 @@ LICENSE="LGPL-2" SLOT="0" IUSE="debug doc +lzma pkcs7 +tools +zlib +zstd" -# Upstream does not support running the test suite with custom configure flags. -# I was also told that the test suite is intended for kmod developers. -# So we have to restrict it. -# See bug #408915. -#RESTRICT="test" +# Needs work to deal with building dummy kernel modules. +# Also need to diagnose failures. +RESTRICT="test" # - >=zlib-1.2.6 required because of bug #427130 # - Block systemd below 217 for -static-nodes-indicate-that-creation-of-static-nodes-.patch
