summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-05-02 17:38:53 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-05-02 17:40:03 +0300
commit92a161a90cebd8eb0d09f266e757d9a086ed04ad (patch)
tree75cad6044cfacbafd25491e757773ea2bea32b7f /net-ftp
parentnet-ftp/gftp: remove libressl support (diff)
downloadgentoo-92a161a90cebd8eb0d09f266e757d9a086ed04ad.tar.gz
gentoo-92a161a90cebd8eb0d09f266e757d9a086ed04ad.tar.bz2
gentoo-92a161a90cebd8eb0d09f266e757d9a086ed04ad.zip
net-ftp/pure-ftpd: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/pure-ftpd/pure-ftpd-1.0.49-r2.ebuild7
-rw-r--r--net-ftp/pure-ftpd/pure-ftpd-9999.ebuild7
2 files changed, 6 insertions, 8 deletions
diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.49-r2.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.49-r2.ebuild
index 983c8211370e..0346b591bd0d 100644
--- a/net-ftp/pure-ftpd/pure-ftpd-1.0.49-r2.ebuild
+++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.49-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -19,7 +19,7 @@ fi
LICENSE="BSD"
SLOT="0"
-IUSE="anondel anonperm anonren anonres caps implicittls ldap libressl mysql noiplog pam paranoidmsg postgres resolveids selinux ssl sysquota vchroot xinetd"
+IUSE="anondel anonperm anonren anonres caps implicittls ldap mysql noiplog pam paranoidmsg postgres resolveids selinux ssl sysquota vchroot xinetd"
REQUIRED_USE="implicittls? ( ssl )"
@@ -34,8 +34,7 @@ DEPEND="caps? ( sys-libs/libcap )
pam? ( sys-libs/pam )
postgres? ( dev-db/postgresql:= )
ssl? (
- !libressl? ( >=dev-libs/openssl-0.9.6g:0=[-bindist] )
- libressl? ( dev-libs/libressl:= )
+ >=dev-libs/openssl-0.9.6g:0=[-bindist]
)
sysquota? ( sys-fs/quota[-rpc] )
xinetd? ( virtual/inetd )"
diff --git a/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild b/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild
index c2f0bce80899..d46c49f52542 100644
--- a/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild
+++ b/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -19,7 +19,7 @@ fi
LICENSE="BSD"
SLOT="0"
-IUSE="anondel anonperm anonren anonres caps implicittls ldap libressl mysql noiplog pam paranoidmsg postgres resolveids selinux ssl sysquota vchroot xinetd"
+IUSE="anondel anonperm anonren anonres caps implicittls ldap mysql noiplog pam paranoidmsg postgres resolveids selinux ssl sysquota vchroot xinetd"
REQUIRED_USE="implicittls? ( ssl )"
@@ -34,8 +34,7 @@ DEPEND="caps? ( sys-libs/libcap )
pam? ( sys-libs/pam )
postgres? ( dev-db/postgresql:= )
ssl? (
- !libressl? ( >=dev-libs/openssl-0.9.6g:0=[-bindist] )
- libressl? ( dev-libs/libressl:= )
+ >=dev-libs/openssl-0.9.6g:0=[-bindist]
)
sysquota? ( sys-fs/quota[-rpc] )
xinetd? ( virtual/inetd )"