From e31cccca3e43a6e753e23a42e2beb103e878f557 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 4 Oct 2018 00:57:26 +0200 Subject: [PATCH] media-sound/tomahawk: Drop USE hatchet Closes: https://bugs.gentoo.org/663318 Signed-off-by: Andreas Sturmlechner Package-Manager: Portage-2.3.50, Repoman-2.3.11 --- media-sound/tomahawk/metadata.xml | 1 - media-sound/tomahawk/tomahawk-0.9.0_pre20180501.ebuild | 7 +++---- 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 @@ Gentoo KDE Project - Enable support for the synchronisation through Hatchet Enable support for the real-time communication framework telepathy 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) ) -- 2.26.2