diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-08-18 16:29:08 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-23 05:51:07 +0100 |
commit | 2b967f38394043d8cddb92b1008091dc2da64522 (patch) | |
tree | ff2f3423aaa7884bd1dc8b5d4e3a8b4454d8d1e0 /net-im/bitlbee | |
parent | net-im/bitlbee: drop msn and oscar use flags (diff) | |
download | gentoo-2b967f38394043d8cddb92b1008091dc2da64522.tar.gz gentoo-2b967f38394043d8cddb92b1008091dc2da64522.tar.bz2 gentoo-2b967f38394043d8cddb92b1008091dc2da64522.zip |
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@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im/bitlbee')
-rw-r--r-- | net-im/bitlbee/bitlbee-3.6-r2.ebuild | 2 | ||||
-rw-r--r-- | net-im/bitlbee/bitlbee-3.6-r3.ebuild | 2 | ||||
-rw-r--r-- | 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 ) " |