From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 808EB138334 for ; Tue, 12 Feb 2019 06:57:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 795CBE0821; Tue, 12 Feb 2019 06:57:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 517F7E0821 for ; Tue, 12 Feb 2019 06:57:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E443D335CD9 for ; Tue, 12 Feb 2019 06:57:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 004E54E3 for ; Tue, 12 Feb 2019 06:57:53 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1549954650.8b94f2d5184d3824a2dcce693e7cf6e4f53f988d.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/irssi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/irssi/irssi-9999.ebuild X-VCS-Directories: net-irc/irssi/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 8b94f2d5184d3824a2dcce693e7cf6e4f53f988d X-VCS-Branch: master Date: Tue, 12 Feb 2019 06:57:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c046c02b-fceb-4169-a826-2fd88c70bf32 X-Archives-Hash: a10efc4f0f0403f6144a13cf7ef1dc4d commit: 8b94f2d5184d3824a2dcce693e7cf6e4f53f988d Author: Mikle Kolyada gentoo org> AuthorDate: Tue Feb 12 06:56:48 2019 +0000 Commit: Mikle Kolyada gentoo 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 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)