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 74A9713835A for ; Thu, 15 Apr 2021 08:41:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AE26E0829; Thu, 15 Apr 2021 08:41:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 74CA5E0829 for ; Thu, 15 Apr 2021 08:41:10 +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 6604A340C6F for ; Thu, 15 Apr 2021 08:41:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF27B64D for ; Thu, 15 Apr 2021 08:41:07 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1618476059.7471ce3bb403552eb9f87a0c57f61930aeef76d2.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/bitlbee/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/bitlbee/bitlbee-3.6-r1.ebuild net-im/bitlbee/bitlbee-9999.ebuild X-VCS-Directories: net-im/bitlbee/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7471ce3bb403552eb9f87a0c57f61930aeef76d2 X-VCS-Branch: master Date: Thu, 15 Apr 2021 08:41:07 +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: ee078f8e-cb75-4b57-9379-808312a320d9 X-Archives-Hash: 2f7a908afbd559c5cc892cd7b6cbc3a1 commit: 7471ce3bb403552eb9f87a0c57f61930aeef76d2 Author: Petr Vaněk atlas cz> AuthorDate: Wed Apr 14 21:58:32 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Apr 15 08:40:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7471ce3b net-im/bitlbee: plugins use is required by purple Purple code uses function conditionally exposed by plugins use flag, therefore plugins use is required by purple. This requirement was introduced in upstream by commit 6d212f401cf7 ("purple: include purple plugins in the 'plugins' command list"), where function purple_initmodule calls plugin_info_add. Signed-off-by: Petr Vaněk atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/20347 Signed-off-by: Joonas Niilola gentoo.org> net-im/bitlbee/bitlbee-3.6-r1.ebuild | 3 ++- net-im/bitlbee/bitlbee-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-im/bitlbee/bitlbee-3.6-r1.ebuild b/net-im/bitlbee/bitlbee-3.6-r1.ebuild index 320da052e95..0411dc061d1 100644 --- a/net-im/bitlbee/bitlbee-3.6-r1.ebuild +++ b/net-im/bitlbee/bitlbee-3.6-r1.ebuild @@ -27,8 +27,9 @@ RESTRICT="!test? ( test )" REQUIRED_USE=" || ( purple xmpp msn oscar ) - xmpp? ( !nss ) + purple? ( plugins ) test? ( plugins ) + xmpp? ( !nss ) " COMMON_DEPEND=" diff --git a/net-im/bitlbee/bitlbee-9999.ebuild b/net-im/bitlbee/bitlbee-9999.ebuild index 220b6904f2d..b1eb2f2c62c 100644 --- a/net-im/bitlbee/bitlbee-9999.ebuild +++ b/net-im/bitlbee/bitlbee-9999.ebuild @@ -27,8 +27,9 @@ RESTRICT="!test? ( test )" REQUIRED_USE=" || ( purple xmpp msn oscar ) - xmpp? ( !nss ) + purple? ( plugins ) test? ( plugins ) + xmpp? ( !nss ) " COMMON_DEPEND="