diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-01-25 01:27:29 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-01-25 01:27:29 -0500 |
commit | 07c239870dd066754b8339f3b50d6a5e2e558d13 (patch) | |
tree | 6e1db40f296acf6983979040a06e6ad3edb1c15c /net-im/bitlbee/bitlbee-9999.ebuild | |
parent | dev-python/setuptools: version bump to 34.0.2 (diff) | |
download | gentoo-07c239870dd066754b8339f3b50d6a5e2e558d13.tar.gz gentoo-07c239870dd066754b8339f3b50d6a5e2e558d13.tar.bz2 gentoo-07c239870dd066754b8339f3b50d6a5e2e558d13.zip |
net-im/bitlbee: drop yahoo support (bug #607126)
Diffstat (limited to 'net-im/bitlbee/bitlbee-9999.ebuild')
-rw-r--r-- | net-im/bitlbee/bitlbee-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/bitlbee/bitlbee-9999.ebuild b/net-im/bitlbee/bitlbee-9999.ebuild index d0101436617e..6ce539f149d6 100644 --- a/net-im/bitlbee/bitlbee-9999.ebuild +++ b/net-im/bitlbee/bitlbee-9999.ebuild @@ -19,12 +19,12 @@ HOMEPAGE="https://www.bitlbee.org/" LICENSE="GPL-2" SLOT="0" -IUSE_PROTOCOLS="msn oscar purple twitter +xmpp yahoo" +IUSE_PROTOCOLS="msn oscar purple twitter +xmpp" IUSE="debug +gnutls ipv6 libevent libressl nss otr +plugins selinux test xinetd ${IUSE_PROTOCOLS}" REQUIRED_USE=" - || ( purple xmpp msn oscar yahoo ) + || ( purple xmpp msn oscar ) xmpp? ( !nss ) " |