diff options
Diffstat (limited to 'media-sound/tomahawk/tomahawk-0.9.0_pre20180501.ebuild')
-rw-r--r-- | media-sound/tomahawk/tomahawk-0.9.0_pre20180501.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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) ) |