diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-04 00:57:26 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-04 00:57:26 +0200 |
commit | e31cccca3e43a6e753e23a42e2beb103e878f557 (patch) | |
tree | 66076c50496068e0a39e51a229b1aecc169f5bc7 /media-sound | |
parent | media-gfx/exiv2: Drop 0.26_p20180811-r2 (diff) | |
download | gentoo-e31cccca3e43a6e753e23a42e2beb103e878f557.tar.gz gentoo-e31cccca3e43a6e753e23a42e2beb103e878f557.tar.bz2 gentoo-e31cccca3e43a6e753e23a42e2beb103e878f557.zip |
media-sound/tomahawk: Drop USE hatchet
Closes: https://bugs.gentoo.org/663318
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/tomahawk/metadata.xml | 1 | ||||
-rw-r--r-- | 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 @@ <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) ) |