summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-09-03 01:22:15 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-09-03 16:16:41 +0200
commit905da57efbf9a8353ee1a79b96fa3a7b072e59a7 (patch)
tree532a58b0470e2b5dabd9de4fbee08ce20207b13c /sys-apps/kmod
parentsys-apps/kmod: rev bump to fix crash (diff)
downloadgentoo-905da57efbf9a8353ee1a79b96fa3a7b072e59a7.tar.gz
gentoo-905da57efbf9a8353ee1a79b96fa3a7b072e59a7.tar.bz2
gentoo-905da57efbf9a8353ee1a79b96fa3a7b072e59a7.zip
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 <whissi@gentoo.org>
Diffstat (limited to 'sys-apps/kmod')
-rw-r--r--sys-apps/kmod/kmod-27-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
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.