sys-cluster/glusterfs-9999: Add IUSE=libressl
authorEugene Bright <eugene@bright.gdn>
Sun, 21 Oct 2018 18:16:58 +0000 (21:16 +0300)
committerUltrabug <ultrabug@gentoo.org>
Sun, 25 Nov 2018 20:28:19 +0000 (21:28 +0100)
Bug: https://bugs.gentoo.org/662712
Closes: https://bugs.gentoo.org/662712
Signed-off-by: Eugene Bright <eugene@bright.gdn>
Closes: https://github.com/gentoo/gentoo/pull/10192
Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
sys-cluster/glusterfs/glusterfs-9999.ebuild

index 3284a29382b8c36b9f6c91f1c28ed4e7ef0229c5..8d74c67b70650608d6a2e481255a6f2bcd91d33c 100644 (file)
@@ -20,7 +20,28 @@ HOMEPAGE="https://www.gluster.org/"
 
 LICENSE="|| ( GPL-2 LGPL-3+ )"
 SLOT="0"
-IUSE="bd-xlator crypt-xlator debug emacs +fuse +georeplication glupy infiniband ipv6 +libtirpc qemu-block rsyslog static-libs +syslog systemtap test +tiering vim-syntax +xml"
+IUSE="
+       bd-xlator
+       crypt-xlator
+       debug
+       emacs
+       +fuse
+       +georeplication
+       glupy
+       infiniband
+       ipv6
+       libressl
+       +libtirpc
+       qemu-block
+       rsyslog
+       static-libs
+       +syslog
+       systemtap
+       test
+       +tiering
+       vim-syntax
+       +xml
+"
 
 REQUIRED_USE="georeplication? ( ${PYTHON_REQUIRED_USE} )
        glupy? ( ${PYTHON_REQUIRED_USE} )
@@ -44,7 +65,8 @@ RDEPEND="bd-xlator? ( sys-fs/lvm2 )
        xml? ( dev-libs/libxml2 )
        sys-libs/readline:=
        dev-libs/libaio
-       dev-libs/openssl:=[-bindist]
+       !libressl? ( dev-libs/openssl:=[-bindist] )
+       libressl? ( dev-libs/libressl:= )
        dev-libs/userspace-rcu:=
        net-libs/rpcsvc-proto
        sys-apps/util-linux"