commit:     2b967f38394043d8cddb92b1008091dc2da64522
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Thu Aug 18 14:29:08 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 23 04:51:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b967f38

net-im/bitlbee: tests require xmpp enabled not plugins

plugins use flag is not required for test to work but xmpp is, because of
tests/check_jabber_* tests.

The test? ( plugin ) requirement was wrongly introduced in commit
eb108d8b5224 ("net-im/bitlbee: force plugins to be enabled for tests")
as a solution for bug https://bugs.gentoo.org/617604 which was later
reported again in bug https://bugs.gentoo.org/739510 and correctly fixed
in commit 05dc33a126ab ("net-im/bitlbee: fix compilation with disabled
plugins use").

Bug: https://bugs.gentoo.org/617604
Bug: https://bugs.gentoo.org/739510
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-im/bitlbee/bitlbee-3.6-r2.ebuild | 2 +-
 net-im/bitlbee/bitlbee-3.6-r3.ebuild | 2 +-
 net-im/bitlbee/bitlbee-9999.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-im/bitlbee/bitlbee-3.6-r2.ebuild 
b/net-im/bitlbee/bitlbee-3.6-r2.ebuild
index 983d5a872b1c..4c086510b8d5 100644
--- a/net-im/bitlbee/bitlbee-3.6-r2.ebuild
+++ b/net-im/bitlbee/bitlbee-3.6-r2.ebuild
@@ -28,7 +28,7 @@ RESTRICT="!test? ( test )"
 REQUIRED_USE="
        || ( purple xmpp )
        purple? ( plugins )
-       test? ( plugins )
+       test? ( xmpp )
        xmpp? ( !nss )
 "
 

diff --git a/net-im/bitlbee/bitlbee-3.6-r3.ebuild 
b/net-im/bitlbee/bitlbee-3.6-r3.ebuild
index dc1b934e114a..6e4406af9f57 100644
--- a/net-im/bitlbee/bitlbee-3.6-r3.ebuild
+++ b/net-im/bitlbee/bitlbee-3.6-r3.ebuild
@@ -28,7 +28,7 @@ RESTRICT="!test? ( test )"
 REQUIRED_USE="
        || ( purple xmpp )
        purple? ( plugins )
-       test? ( plugins )
+       test? ( xmpp )
        xmpp? ( !nss )
 "
 

diff --git a/net-im/bitlbee/bitlbee-9999.ebuild 
b/net-im/bitlbee/bitlbee-9999.ebuild
index c1ec4905594e..58c3144ff8d5 100644
--- a/net-im/bitlbee/bitlbee-9999.ebuild
+++ b/net-im/bitlbee/bitlbee-9999.ebuild
@@ -28,7 +28,7 @@ RESTRICT="!test? ( test )"
 REQUIRED_USE="
        || ( purple xmpp )
        purple? ( plugins )
-       test? ( plugins )
+       test? ( xmpp )
        xmpp? ( !nss )
 "
 

Reply via email to