From 905da57efbf9a8353ee1a79b96fa3a7b072e59a7 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Thu, 3 Sep 2020 01:22:15 +0200 Subject: sys-apps/kmod: enable support for compressed modules by default Closes: https://bugs.gentoo.org/680996 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann --- sys-apps/kmod/kmod-27-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-apps/kmod') diff --git a/sys-apps/kmod/kmod-27-r2.ebuild b/sys-apps/kmod/kmod-27-r2.ebuild index d01054db3c4b..6a97a8b568d9 100644 --- a/sys-apps/kmod/kmod-27-r2.ebuild +++ b/sys-apps/kmod/kmod-27-r2.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://git.kernel.org/?p=utils/kernel/kmod/kmod.git" LICENSE="LGPL-2" SLOT="0" -IUSE="debug doc libressl lzma pkcs7 python static-libs +tools zlib" +IUSE="debug doc libressl +lzma pkcs7 python static-libs +tools +zlib" # 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. -- cgit v1.2.3-65-gdbad