diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 12:08:19 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 12:17:38 +0300 |
commit | 8b59ce00d3e577da6ec57516c36033e6070b43de (patch) | |
tree | c9e274eaead384663b884fd67e85b2ec495cdf34 /sys-cluster/glusterfs/glusterfs-8.3.ebuild | |
parent | package.mask: mask opendmarc-1.4.1 due to build problems (diff) | |
download | gentoo-8b59ce00d3e577da6ec57516c36033e6070b43de.tar.gz gentoo-8b59ce00d3e577da6ec57516c36033e6070b43de.tar.bz2 gentoo-8b59ce00d3e577da6ec57516c36033e6070b43de.zip |
sys-cluster/glusterfs: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-cluster/glusterfs/glusterfs-8.3.ebuild')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-8.3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-8.3.ebuild b/sys-cluster/glusterfs/glusterfs-8.3.ebuild index 7781fd95707c..eb0826d32139 100644 --- a/sys-cluster/glusterfs/glusterfs-8.3.ebuild +++ b/sys-cluster/glusterfs/glusterfs-8.3.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} |