diff options
Diffstat (limited to 'sys-cluster/glusterfs/glusterfs-9.0.ebuild')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-9.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-9.0.ebuild b/sys-cluster/glusterfs/glusterfs-9.0.ebuild index 447c689852df..a95eb88996f4 100644 --- a/sys-cluster/glusterfs/glusterfs-9.0.ebuild +++ b/sys-cluster/glusterfs/glusterfs-9.0.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://www.gluster.org/ https://github.com/gluster/glusterfs/" LICENSE="|| ( GPL-2 LGPL-3+ )" SLOT="0/${PV%%.*}" -IUSE="debug emacs +fuse +georeplication ipv6 libressl +libtirpc rsyslog static-libs +syslog test +xml" +IUSE="debug emacs +fuse +georeplication ipv6 +libtirpc rsyslog static-libs +syslog test +xml" REQUIRED_USE="georeplication? ( ${PYTHON_REQUIRED_USE} xml ) ipv6? ( libtirpc )" @@ -39,8 +39,7 @@ RDEPEND=" !elibc_glibc? ( sys-libs/argp-standalone ) libtirpc? ( net-libs/libtirpc:= ) !libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) ) - !libressl? ( dev-libs/openssl:=[-bindist] ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:=[-bindist] " DEPEND=" ${RDEPEND} |