Skip to content

Commit

Permalink
media-sound/tomahawk: Drop USE hatchet
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/663318
Signed-off-by: Andreas Sturmlechner <[email protected]>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
  • Loading branch information
a17r committed Oct 3, 2018
1 parent fcf4953 commit e31cccc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion media-sound/tomahawk/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
7 changes: 3 additions & 4 deletions media-sound/tomahawk/tomahawk-0.9.0_pre20180501.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand All @@ -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(+)] )
"
Expand All @@ -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)
)
Expand Down

0 comments on commit e31cccc

Please sign in to comment.