commit:     8b94f2d5184d3824a2dcce693e7cf6e4f53f988d
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 12 06:56:48 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Feb 12 06:57:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b94f2d5

net-irc/irssi: sync live ebuild

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/net-irc/irssi/irssi-9999.ebuild b/net-irc/irssi/irssi-9999.ebuild
index 615a7053a1c..2afd0cb78e5 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)

Reply via email to