commit:     a647ef34e420d30a362895001aa1581ac51164ca
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  8 14:46:06 2017 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Jan  8 14:48:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a647ef34

net-irc/irssi: Update live ebuild

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 net-irc/irssi/irssi-9999.ebuild | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/net-irc/irssi/irssi-9999.ebuild b/net-irc/irssi/irssi-9999.ebuild
index 5b95edc..83da796 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() {

Reply via email to