diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 17:38:53 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 17:40:03 +0300 |
commit | 92a161a90cebd8eb0d09f266e757d9a086ed04ad (patch) | |
tree | 75cad6044cfacbafd25491e757773ea2bea32b7f /net-ftp | |
parent | net-ftp/gftp: remove libressl support (diff) | |
download | gentoo-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.ebuild | 7 | ||||
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-9999.ebuild | 7 |
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 )" |