summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2017-01-08 14:46:06 +0000
committerSven Wegener <swegener@gentoo.org>2017-01-08 14:48:06 +0000
commita647ef34e420d30a362895001aa1581ac51164ca (patch)
tree010af375456772446a7a46eb56d93260dbba86f0
parentdev-php/PEAR-Net_Socket: remove unused version 1.0.14. (diff)
downloadgentoo-a647ef34e420d30a362895001aa1581ac51164ca.tar.gz
gentoo-a647ef34e420d30a362895001aa1581ac51164ca.tar.bz2
gentoo-a647ef34e420d30a362895001aa1581ac51164ca.zip
net-irc/irssi: Update live ebuild
Package-Manager: Portage-2.3.0, Repoman-2.3.1
-rw-r--r--net-irc/irssi/irssi-9999.ebuild15
1 files changed, 5 insertions, 10 deletions
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() {