-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="+perl selinux ssl socks5 +proxy libressl"
+IUSE="+perl selinux socks5 +proxy libressl"
CDEPEND="sys-libs/ncurses:0=
>=dev-libs/glib-2.6.0
- ssl? (
- !libressl? ( dev-libs/openssl:= )
- libressl? ( dev-libs/libressl:= )
- )
+ !libressl? ( dev-libs/openssl:= )
+ libressl? ( dev-libs/libressl:= )
perl? ( dev-lang/perl:= )
socks5? ( >=net-proxy/dante-1.1.18 )"
src_configure() {
econf \
- --with-ncurses="${EPREFIX}"/usr \
--with-perl-lib=vendor \
- --enable-static \
--enable-true-color \
$(use_with proxy) \
$(use_with perl) \
- $(use_with socks5 socks) \
- $(use_enable ssl)
+ $(use_with socks5 socks)
}
src_install() {