commit: 905da57efbf9a8353ee1a79b96fa3a7b072e59a7 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Wed Sep 2 23:22:15 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Thu Sep 3 14:16:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905da57e
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 <AT> gentoo.org> sys-apps/kmod/kmod-27-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/kmod/kmod-27-r2.ebuild b/sys-apps/kmod/kmod-27-r2.ebuild index d01054db3c4..6a97a8b568d 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.
