diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-04-30 11:16:49 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-04-30 12:12:05 -0700 |
commit | 5e63549cdd484d0c3ae999fb3b1ded582c183161 (patch) | |
tree | 0c55fc36c51af86ce3b7ef11b71350918989d1b4 /sys-fs | |
parent | www-client/microsoft-edge-dev: bump to 91.0.864.11 (diff) | |
download | gentoo-5e63549cdd484d0c3ae999fb3b1ded582c183161.tar.gz gentoo-5e63549cdd484d0c3ae999fb3b1ded582c183161.tar.bz2 gentoo-5e63549cdd484d0c3ae999fb3b1ded582c183161.zip |
sys-fs/zfs: drop libressl support from live ebuild
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfs/zfs-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index d4e6a719e7dc..aefa5901450e 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -32,15 +32,14 @@ LICENSE="BSD-2 CDDL MIT" # just libzfs soname major for now. # possible candidates: libuutil, libzpool, libnvpair. Those do not provide stable abi, but are considered. SLOT="0/5" -IUSE="custom-cflags debug kernel-builtin libressl minimal nls pam python +rootfs test-suite static-libs" +IUSE="custom-cflags debug kernel-builtin minimal nls pam python +rootfs test-suite static-libs" DEPEND=" net-libs/libtirpc[static-libs?] sys-apps/util-linux[static-libs?] sys-libs/zlib[static-libs(+)?] virtual/libudev[static-libs(-)?] - libressl? ( dev-libs/libressl:0=[static-libs?] ) - !libressl? ( dev-libs/openssl:0=[static-libs?] ) + dev-libs/openssl:0=[static-libs?] !minimal? ( ${PYTHON_DEPS} ) pam? ( sys-libs/pam ) python? ( |