summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/tomahawk/metadata.xml1
-rw-r--r--media-sound/tomahawk/tomahawk-0.9.0_pre20180501.ebuild7
2 files changed, 3 insertions, 5 deletions
diff --git a/media-sound/tomahawk/metadata.xml b/media-sound/tomahawk/metadata.xml
index a36075aeec6a..3bc448c2a0a9 100644
--- a/media-sound/tomahawk/metadata.xml
+++ b/media-sound/tomahawk/metadata.xml
@@ -10,7 +10,6 @@
<name>Gentoo KDE Project</name>
</maintainer>
<use>
- <flag name="hatchet">Enable support for the synchronisation through Hatchet</flag>
<flag name="telepathy">Enable support for the real-time communication framework telepathy</flag>
</use>
</pkgmetadata>
diff --git a/media-sound/tomahawk/tomahawk-0.9.0_pre20180501.ebuild b/media-sound/tomahawk/tomahawk-0.9.0_pre20180501.ebuild
index 78600519cd52..3c553a30e8cd 100644
--- a/media-sound/tomahawk/tomahawk-0.9.0_pre20180501.ebuild
+++ b/media-sound/tomahawk/tomahawk-0.9.0_pre20180501.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}-player/${PN}/archive/${COMMIT}.tar.gz -> ${P}.
LICENSE="GPL-3 BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+hatchet telepathy xmpp"
+IUSE="telepathy xmpp"
CDEPEND="
$(add_frameworks_dep attica)
@@ -37,7 +37,6 @@ CDEPEND="
media-video/vlc:=[flac,dvbpsi,ffmpeg,mp3]
>=net-libs/gnutls-3.2:=
x11-libs/libX11
- hatchet? ( dev-cpp/websocketpp )
telepathy? ( >=net-libs/telepathy-qt-0.9.7-r1[qt5(+)] )
xmpp? ( >=net-libs/jreen-1.3.0[qt5(+)] )
"
@@ -57,7 +56,7 @@ src_configure() {
-DBUILD_TOOLS=OFF
-DBUILD_WITH_QT4=OFF
-DWITH_KDE4=OFF
- -DBUILD_HATCHET=$(usex hatchet)
+ -DBUILD_HATCHET=OFF
-DWITH_TelepathyQt=$(usex telepathy)
-DWITH_Jreen=$(usex xmpp)
)