summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2014-05-07 17:36:48 +0000
committerJohannes Huber <johu@gentoo.org>2014-05-07 17:36:48 +0000
commit96bd94e24ccbaedba9b48ecc20749b7dbd9f11ef (patch)
tree91917c6d66dfb77ddbb3501a5fa054827689d166 /media-sound/tomahawk
parentUse amd64 headers for i686 when USE=-abi_x86_32 to maintain compatibility wit... (diff)
downloadgentoo-2-96bd94e24ccbaedba9b48ecc20749b7dbd9f11ef.tar.gz
gentoo-2-96bd94e24ccbaedba9b48ecc20749b7dbd9f11ef.tar.bz2
gentoo-2-96bd94e24ccbaedba9b48ecc20749b7dbd9f11ef.zip
Disable crash reporter requested by upstream developer Uwe L. Korn <uwelk@xhochy.com>.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
Diffstat (limited to 'media-sound/tomahawk')
-rw-r--r--media-sound/tomahawk/ChangeLog6
-rw-r--r--media-sound/tomahawk/tomahawk-9999.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/media-sound/tomahawk/ChangeLog b/media-sound/tomahawk/ChangeLog
index 35e836262484..5be52b1ccfd7 100644
--- a/media-sound/tomahawk/ChangeLog
+++ b/media-sound/tomahawk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/tomahawk
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.37 2014/04/06 17:38:44 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.38 2014/05/07 17:36:48 johu Exp $
+
+ 07 May 2014; Johannes Huber <johu@gentoo.org> tomahawk-9999.ebuild:
+ Disable crash reporter requested by upstream developer Uwe L. Korn
+ <uwelk@xhochy.com>.
06 Apr 2014; Johannes Huber <johu@gentoo.org> tomahawk-9999.ebuild:
Drop twitter support by upstream changes. Thanks to Uwe L. "xhochy" Korn.
diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild
index 969d8a0fc93a..f36a4ddd163b 100644
--- a/media-sound/tomahawk/tomahawk-9999.ebuild
+++ b/media-sound/tomahawk/tomahawk-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.24 2014/04/06 17:38:44 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.25 2014/05/07 17:36:48 johu Exp $
EAPI=5
@@ -32,7 +32,7 @@ DEPEND="
dev-libs/qjson
dev-libs/quazip
dev-libs/qtkeychain
- >=media-libs/libechonest-2.1.0
+ >=media-libs/libechonest-2.2.0:=
>=media-libs/liblastfm-1.0.1
>=media-libs/phonon-4.5.0
>=media-libs/taglib-1.6.0
@@ -66,6 +66,7 @@ DOCS=( AUTHORS ChangeLog README.md )
src_configure() {
local mycmakeargs=(
+ -DWITH_CRASHREPORTER=OFF
$(cmake-utils_use_with jabber Jreen)
$(cmake-utils_use_with kde KDE4)
$(cmake-utils_use_build !qt5 WITH_QT4)