From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 65E94138CD3 for ; Thu, 28 May 2015 21:08:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BA68E08B0; Thu, 28 May 2015 21:08:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF70BE08B0 for ; Thu, 28 May 2015 21:07:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5850340E00 for ; Thu, 28 May 2015 21:07:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 151319AA for ; Thu, 28 May 2015 21:07:54 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1432847264.24d304b87b93989e3bcc3c5e072b895ce13a64c5.johu@gentoo> Subject: [gentoo-commits] dev/johu:master commit in: media-sound/tomahawk/ X-VCS-Repository: dev/johu X-VCS-Files: media-sound/tomahawk/tomahawk-9999.ebuild X-VCS-Directories: media-sound/tomahawk/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 24d304b87b93989e3bcc3c5e072b895ce13a64c5 X-VCS-Branch: master Date: Thu, 28 May 2015 21:07:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 890646a3-df05-47ba-ae31-cdfafd3d3e6b X-Archives-Hash: 795e63bc8bbc011bf171b3c65f730c71 commit: 24d304b87b93989e3bcc3c5e072b895ce13a64c5 Author: Johannes Huber gentoo org> AuthorDate: Thu May 28 21:07:44 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu May 28 21:07:44 2015 +0000 URL: https://gitweb.gentoo.org/dev/johu.git/commit/?id=24d304b8 [media-sound/tomahawk] Sync with tree Package-Manager: portage-2.2.20 media-sound/tomahawk/tomahawk-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild index e876b77..0e29f3a 100644 --- a/media-sound/tomahawk/tomahawk-9999.ebuild +++ b/media-sound/tomahawk/tomahawk-9999.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="http://tomahawk-player.org/" LICENSE="GPL-3 BSD" SLOT="0" -IUSE="debug +hatchet jabber kde qt5 telepathy" +IUSE="debug +hatchet kde qt5 telepathy xmpp" REQUIRED_USE="telepathy? ( kde )" @@ -34,7 +34,7 @@ DEPEND=" >=net-libs/gnutls-3.2 x11-libs/libX11 hatchet? ( dev-cpp/websocketpp ) - jabber? ( net-libs/jreen ) + xmpp? ( net-libs/jreen ) !qt5? ( app-crypt/qca:2[qt4] >=dev-libs/libattica-0.4.0 @@ -77,7 +77,7 @@ src_configure() { local mycmakeargs=( -DWITH_CRASHREPORTER=OFF $(cmake-utils_use_build hatchet) - $(cmake-utils_use_with jabber Jreen) + $(cmake-utils_use_with xmpp Jreen) $(cmake-utils_use_with kde KDE4) $(cmake-utils_use_build !qt5 WITH_QT4) $(cmake-utils_use_with telepathy TelepathyQt)