summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2022-08-19 09:23:31 +0200
committerSam James <sam@gentoo.org>2022-08-23 05:50:22 +0100
commit982bc21809ccdbcbe59692f89bd6b214b73ba0ad (patch)
treef846cfdf4f530a27ffdd11780705b0225045dbdb /net-im/bitlbee/bitlbee-3.6-r3.ebuild
parentnet-im/bitlbee: fix tests in 3.6-r3 and live (diff)
downloadgentoo-982bc21809ccdbcbe59692f89bd6b214b73ba0ad.tar.gz
gentoo-982bc21809ccdbcbe59692f89bd6b214b73ba0ad.tar.bz2
gentoo-982bc21809ccdbcbe59692f89bd6b214b73ba0ad.zip
net-im/bitlbee: drop msn and oscar use flags
msn[1] and oscar[2] protocols were removed in version 3.6, therefore both use flags do nothing. [1] https://github.com/bitlbee/bitlbee/commit/7ec2ce8fd7d30a536823ef9e08a3dad80ce76d4e [2] https://github.com/bitlbee/bitlbee/commit/e5d2c5607310ef9669a051a1b93e019319495955 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im/bitlbee/bitlbee-3.6-r3.ebuild')
-rw-r--r--net-im/bitlbee/bitlbee-3.6-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/bitlbee/bitlbee-3.6-r3.ebuild b/net-im/bitlbee/bitlbee-3.6-r3.ebuild
index 72d2a7207ba2..dc1b934e114a 100644
--- a/net-im/bitlbee/bitlbee-3.6-r3.ebuild
+++ b/net-im/bitlbee/bitlbee-3.6-r3.ebuild
@@ -20,13 +20,13 @@ HOMEPAGE="https://www.bitlbee.org/"
LICENSE="GPL-2"
SLOT="0"
-IUSE_PROTOCOLS="msn oscar purple twitter +xmpp"
+IUSE_PROTOCOLS="purple twitter +xmpp"
IUSE="debug +gnutls ipv6 libevent nss otr +plugins selinux test xinetd
${IUSE_PROTOCOLS}"
RESTRICT="!test? ( test )"
REQUIRED_USE="
- || ( purple xmpp msn oscar )
+ || ( purple xmpp )
purple? ( plugins )
test? ( plugins )
xmpp? ( !nss )