summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-02-12 09:56:48 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-02-12 09:57:30 +0300
commit8b94f2d5184d3824a2dcce693e7cf6e4f53f988d (patch)
tree02e00e30ef2ac7c66d25826c809e19f3ab3e65f2 /net-irc
parentnet-misc/spread: Add ebuild for 5.0.1 (diff)
downloadgentoo-8b94f2d5184d3824a2dcce693e7cf6e4f53f988d.tar.gz
gentoo-8b94f2d5184d3824a2dcce693e7cf6e4f53f988d.tar.bz2
gentoo-8b94f2d5184d3824a2dcce693e7cf6e4f53f988d.zip
net-irc/irssi: sync live ebuild
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/irssi/irssi-9999.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-irc/irssi/irssi-9999.ebuild b/net-irc/irssi/irssi-9999.ebuild
index 615a7053a1c8..2afd0cb78e53 100644
--- a/net-irc/irssi/irssi-9999.ebuild
+++ b/net-irc/irssi/irssi-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -14,12 +14,14 @@ HOMEPAGE="https://irssi.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="+perl selinux socks5 +proxy libressl"
+IUSE="otr +perl selinux socks5 +proxy libressl"
CDEPEND="sys-libs/ncurses:0=
>=dev-libs/glib-2.6.0
!libressl? ( dev-libs/openssl:= )
libressl? ( dev-libs/libressl:= )
+ otr? ( >=dev-libs/libgcrypt-1.2.0:0=
+ >=net-libs/libotr-4.1.0 )
perl? ( dev-lang/perl:= )
socks5? ( >=net-proxy/dante-1.1.18 )"
@@ -49,6 +51,7 @@ src_configure() {
econf \
--with-perl-lib=vendor \
--enable-true-color \
+ $(use_with otr) \
$(use_with proxy) \
$(use_with perl) \
$(use_with socks5 socks)