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 E59D815808C for ; Wed, 16 Mar 2022 17:07:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1C04E0882; Wed, 16 Mar 2022 17:07:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12CDEE087E for ; Wed, 16 Mar 2022 17:07:20 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0680934366C for ; Wed, 16 Mar 2022 17:07:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87E6032C for ; Wed, 16 Mar 2022 17:07:17 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1647450332.49c44bdf6d8df5ac959c33f42055f355023696b8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/weechat/weechat-3.4.1.ebuild net-irc/weechat/weechat-9999.ebuild X-VCS-Directories: net-irc/weechat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 49c44bdf6d8df5ac959c33f42055f355023696b8 X-VCS-Branch: master Date: Wed, 16 Mar 2022 17:07:17 +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: 1e7616ca-b41d-4cad-8a3c-3ee2fbe23385 X-Archives-Hash: 1b3dad5f508f226ce78805fdad3cc187 commit: 49c44bdf6d8df5ac959c33f42055f355023696b8 Author: Sam James gentoo org> AuthorDate: Wed Mar 16 17:05:32 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 16 17:05:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c44bdf net-irc/weechat: fix BDEPEND Signed-off-by: Sam James gentoo.org> net-irc/weechat/weechat-3.4.1.ebuild | 2 +- net-irc/weechat/weechat-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/weechat/weechat-3.4.1.ebuild b/net-irc/weechat/weechat-3.4.1.ebuild index 541aa6674f14..9588270e0169 100644 --- a/net-irc/weechat/weechat-3.4.1.ebuild +++ b/net-irc/weechat/weechat-3.4.1.ebuild @@ -68,7 +68,7 @@ DEPEND="${RDEPEND} test? ( dev-util/cpputest ) " -BDEPEND=" +BDEPEND+=" virtual/pkgconfig doc? ( >=dev-ruby/asciidoctor-1.5.4 ) man? ( >=dev-ruby/asciidoctor-1.5.4 ) diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index 541aa6674f14..9588270e0169 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -68,7 +68,7 @@ DEPEND="${RDEPEND} test? ( dev-util/cpputest ) " -BDEPEND=" +BDEPEND+=" virtual/pkgconfig doc? ( >=dev-ruby/asciidoctor-1.5.4 ) man? ( >=dev-ruby/asciidoctor-1.5.4 )