Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/kmod/
Date: Thu, 03 Sep 2020 14:16:57
Message-Id: 1599142601.905da57efbf9a8353ee1a79b96fa3a7b072e59a7.whissi@gentoo
1 commit: 905da57efbf9a8353ee1a79b96fa3a7b072e59a7
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 23:22:15 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 3 14:16:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905da57e
7
8 sys-apps/kmod: enable support for compressed modules by default
9
10 Closes: https://bugs.gentoo.org/680996
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 sys-apps/kmod/kmod-27-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/kmod/kmod-27-r2.ebuild b/sys-apps/kmod/kmod-27-r2.ebuild
18 index d01054db3c4..6a97a8b568d 100644
19 --- a/sys-apps/kmod/kmod-27-r2.ebuild
20 +++ b/sys-apps/kmod/kmod-27-r2.ebuild
21 @@ -21,7 +21,7 @@ HOMEPAGE="https://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
22
23 LICENSE="LGPL-2"
24 SLOT="0"
25 -IUSE="debug doc libressl lzma pkcs7 python static-libs +tools zlib"
26 +IUSE="debug doc libressl +lzma pkcs7 python static-libs +tools +zlib"
27
28 # Upstream does not support running the test suite with custom configure flags.
29 # I was also told that the test suite is intended for kmod developers.