diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 17:35:58 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 17:40:02 +0300 |
commit | dadfe93da43c3c530b8d6ac3898ef8bb3fa45b84 (patch) | |
tree | b35d2faa682798b3b5b3dbd982b6d94f2a9bb791 /net-ftp/ftp | |
parent | net-ftp/frox: remove libressl support (diff) | |
download | gentoo-dadfe93da43c3c530b8d6ac3898ef8bb3fa45b84.tar.gz gentoo-dadfe93da43c3c530b8d6ac3898ef8bb3fa45b84.tar.bz2 gentoo-dadfe93da43c3c530b8d6ac3898ef8bb3fa45b84.zip |
net-ftp/ftp: 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/ftp')
-rw-r--r-- | net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild b/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild index fce7464edfdc..875892a83db6 100644 --- a/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild +++ b/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild @@ -20,14 +20,14 @@ SRC_URI="ftp://sunsite.unc.edu/pub/Linux/system/network/netkit/${MY_P}.tar.gz LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="ipv6 libressl readline ssl" +IUSE="ipv6 readline ssl" RDEPEND=" >=sys-libs/ncurses-5.2:= readline? ( sys-libs/readline:0= ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) ) + dev-libs/openssl:0= + ) " DEPEND="${RDEPEND}" |