sys-apps/kmod: sync live ebuild
authorMike Gilbert <floppym@gentoo.org>
Fri, 15 Nov 2019 18:44:58 +0000 (13:44 -0500)
committerMike Gilbert <floppym@gentoo.org>
Fri, 15 Nov 2019 18:44:58 +0000 (13:44 -0500)
Package-Manager: Portage-2.3.79_p3, Repoman-2.3.18_p2
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
sys-apps/kmod/kmod-9999.ebuild

index 8e2f199af674ba824006588e5c90d7be7bb844d6..2cf70d9af7ee3abdfbbcb616e4eb2eca13fccb13 100644 (file)
@@ -21,7 +21,7 @@ HOMEPAGE="https://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
 
 LICENSE="LGPL-2"
 SLOT="0"
-IUSE="debug doc 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.
@@ -36,7 +36,10 @@ RDEPEND="!sys-apps/module-init-tools
        !<sys-apps/systemd-216-r3
        lzma? ( >=app-arch/xz-utils-5.0.4-r1 )
        python? ( ${PYTHON_DEPS} )
-       pkcs7? ( >=dev-libs/openssl-1.1.0:0= )
+       pkcs7? (
+               !libressl? ( >=dev-libs/openssl-1.1.0:0= )
+               libressl? ( dev-libs/libressl:0= )
+       )
        zlib? ( >=sys-libs/zlib-1.2.6 )" #427130
 DEPEND="${RDEPEND}
        doc? ( dev-util/gtk-doc )