diff --git a/net-im/spectrum2/metadata.xml b/net-im/spectrum2/metadata.xml index 14c0f5b599ee7..cd6c76c712d49 100644 --- a/net-im/spectrum2/metadata.xml +++ b/net-im/spectrum2/metadata.xml @@ -16,7 +16,6 @@ Enables the IRC backend, based on net-im/libcommuni. Enables the libpurple backend, based on net-im/pidgin. Enables the SMS backend, based on app-mobilephone/smstools. - Enables the WhatsApp backend, based on net-im/transwhat. Enables the Twitter backend. diff --git a/net-im/spectrum2/spectrum2-2.2.1.ebuild b/net-im/spectrum2/spectrum2-2.2.1.ebuild index 1f90c0890c70f..3b2bcfaf677f7 100644 --- a/net-im/spectrum2/spectrum2-2.2.1.ebuild +++ b/net-im/spectrum2/spectrum2-2.2.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/SpectrumIM/spectrum2/archive/${PV}.tar.gz -> ${P}.ta LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64" -IUSE="doc frotz irc mysql postgres purple sms +sqlite test twitter whatsapp xmpp" +IUSE="doc frotz irc mysql postgres purple sms +sqlite test twitter xmpp" REQUIRED_USE=" || ( mysql postgres sqlite ) test? ( irc ) @@ -49,8 +49,7 @@ RDEPEND=" ) sms? ( app-mobilephone/smstools ) sqlite? ( dev-db/sqlite:3 ) - twitter? ( net-misc/curl ) - whatsapp? ( net-im/transwhat )" + twitter? ( net-misc/curl )" DEPEND=" ${RDEPEND}