From: Sven Wegener Date: Sun, 8 Jan 2017 14:46:06 +0000 (+0000) Subject: net-irc/irssi: Update live ebuild X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a647ef34e420d30a362895001aa1581ac51164ca;p=gentoo.git net-irc/irssi: Update live ebuild Package-Manager: Portage-2.3.0, Repoman-2.3.1 --- diff --git a/net-irc/irssi/irssi-9999.ebuild b/net-irc/irssi/irssi-9999.ebuild index 5b95edc34a73..83da796d7e54 100644 --- a/net-irc/irssi/irssi-9999.ebuild +++ b/net-irc/irssi/irssi-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,14 +13,12 @@ HOMEPAGE="http://irssi.org/" 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 )" @@ -48,14 +46,11 @@ src_prepare() { 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() {