net-irc/irssi: Update live ebuild
authorSven Wegener <swegener@gentoo.org>
Sun, 8 Jan 2017 14:46:06 +0000 (14:46 +0000)
committerSven Wegener <swegener@gentoo.org>
Sun, 8 Jan 2017 14:48:06 +0000 (14:48 +0000)
Package-Manager: Portage-2.3.0, Repoman-2.3.1

net-irc/irssi/irssi-9999.ebuild

index 5b95edc34a7327444648d5fdd619ce3ffc82d920..83da796d7e549bd1fd54070daa4af698ff09b133 100644 (file)
@@ -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() {