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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 03AC715808B for ; Sun, 13 Feb 2022 23:31:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4132DE0844; Sun, 13 Feb 2022 23:31:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2814CE0844 for ; Sun, 13 Feb 2022 23:31:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E5DE342F99 for ; Sun, 13 Feb 2022 23:31:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDB0A250 for ; Sun, 13 Feb 2022 23:30:58 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1644795045.b0a8a8aeafa2c34d615f9f3739658d7f7f9d2e5e.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/hexchat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/hexchat/hexchat-2.16.0.ebuild net-irc/hexchat/hexchat-2.16.1.ebuild net-irc/hexchat/hexchat-9999.ebuild X-VCS-Directories: net-irc/hexchat/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b0a8a8aeafa2c34d615f9f3739658d7f7f9d2e5e X-VCS-Branch: master Date: Sun, 13 Feb 2022 23:30:58 +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: 5bf75127-cf63-49a5-b156-aa0008b1d128 X-Archives-Hash: 5da8542732a22354ae4a8423e4fa27e2 commit: b0a8a8aeafa2c34d615f9f3739658d7f7f9d2e5e Author: Lars Wendler gentoo org> AuthorDate: Sun Feb 13 23:29:25 2022 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Feb 13 23:30:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a8a8ae net-irc/hexchat: plugin-fishlim requires ssl Closes: https://bugs.gentoo.org/832958 Signed-off-by: Lars Wendler gentoo.org> net-irc/hexchat/hexchat-2.16.0.ebuild | 6 +++++- net-irc/hexchat/hexchat-2.16.1.ebuild | 6 +++++- net-irc/hexchat/hexchat-9999.ebuild | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/net-irc/hexchat/hexchat-2.16.0.ebuild b/net-irc/hexchat/hexchat-2.16.0.ebuild index 9bfedaf70917..31ea2de53ef1 100644 --- a/net-irc/hexchat/hexchat-2.16.0.ebuild +++ b/net-irc/hexchat/hexchat-2.16.0.ebuild @@ -24,6 +24,7 @@ LICENSE="GPL-2 plugin-fishlim? ( MIT )" SLOT="0" IUSE="dbus debug +gtk libcanberra lua perl plugin-checksum plugin-fishlim plugin-sysinfo python ssl theme-manager" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} ) + plugin-fishlim? ( ssl ) python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" @@ -46,7 +47,10 @@ RDEPEND=" ssl? ( dev-libs/openssl:0= ) theme-manager? ( || ( - ( dev-lang/mono[minimal] dev-dotnet/libgdiplus ) + ( + dev-lang/mono[minimal] + dev-dotnet/libgdiplus + ) dev-lang/mono[-minimal] ) )" diff --git a/net-irc/hexchat/hexchat-2.16.1.ebuild b/net-irc/hexchat/hexchat-2.16.1.ebuild index 426793497d86..06de44ed5d3d 100644 --- a/net-irc/hexchat/hexchat-2.16.1.ebuild +++ b/net-irc/hexchat/hexchat-2.16.1.ebuild @@ -25,6 +25,7 @@ LICENSE="GPL-2 plugin-fishlim? ( MIT )" SLOT="0" IUSE="dbus debug +gtk libcanberra lua perl plugin-checksum plugin-fishlim plugin-sysinfo python ssl theme-manager" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} ) + plugin-fishlim? ( ssl ) python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" @@ -47,7 +48,10 @@ RDEPEND=" ssl? ( dev-libs/openssl:0= ) theme-manager? ( || ( - ( dev-lang/mono[minimal] dev-dotnet/libgdiplus ) + ( + dev-lang/mono[minimal] + dev-dotnet/libgdiplus + ) dev-lang/mono[-minimal] ) )" diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index 426793497d86..06de44ed5d3d 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-9999.ebuild @@ -25,6 +25,7 @@ LICENSE="GPL-2 plugin-fishlim? ( MIT )" SLOT="0" IUSE="dbus debug +gtk libcanberra lua perl plugin-checksum plugin-fishlim plugin-sysinfo python ssl theme-manager" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} ) + plugin-fishlim? ( ssl ) python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" @@ -47,7 +48,10 @@ RDEPEND=" ssl? ( dev-libs/openssl:0= ) theme-manager? ( || ( - ( dev-lang/mono[minimal] dev-dotnet/libgdiplus ) + ( + dev-lang/mono[minimal] + dev-dotnet/libgdiplus + ) dev-lang/mono[-minimal] ) )"