logo

overlay

My (experimental) gentoo overlay
commit: aab382d017cbb9c8fd8586f0d26132a5b3ba8034
parent: b01a8a2973acc3db7152dce042007168a789c8bb
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  5 May 2018 02:00:03 +0200

net-im/bitlbee: Don’t require another transport

I only need discord with bitlbee for now…

Diffstat:

Mnet-im/bitlbee/bitlbee-3.5.1.ebuild3+--
Mnet-im/bitlbee/bitlbee-9999.ebuild1-
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/net-im/bitlbee/bitlbee-3.5.1.ebuild b/net-im/bitlbee/bitlbee-3.5.1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://get.bitlbee.org/src/${P}.tar.gz" - KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd" + KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd" fi DESCRIPTION="irc to IM gateway that support multiple IM protocols" @@ -23,7 +23,6 @@ IUSE="debug +gnutls ipv6 libevent libressl nss otr +plugins selinux test xinetd ${IUSE_PROTOCOLS}" REQUIRED_USE=" - || ( purple xmpp msn oscar ) xmpp? ( !nss ) test? ( plugins ) " diff --git a/net-im/bitlbee/bitlbee-9999.ebuild b/net-im/bitlbee/bitlbee-9999.ebuild @@ -23,7 +23,6 @@ IUSE="debug +gnutls ipv6 libevent libressl nss otr +plugins selinux test xinetd ${IUSE_PROTOCOLS}" REQUIRED_USE=" - || ( purple xmpp msn oscar ) xmpp? ( !nss ) test? ( plugins ) "