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 77971138206 for ; Wed, 27 Apr 2016 07:41:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A862521C003; Wed, 27 Apr 2016 07:41:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A9CD21C003 for ; Wed, 27 Apr 2016 07:41:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6A9D340BD3 for ; Wed, 27 Apr 2016 07:41:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CC21968 for ; Wed, 27 Apr 2016 07:41:45 +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: <1461742896.7edb8a732d068fd1048380d376989b77cece4135.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/ X-VCS-Repository: repo/gentoo 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: 7edb8a732d068fd1048380d376989b77cece4135 X-VCS-Branch: master Date: Wed, 27 Apr 2016 07:41:45 +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: 1e2a80e5-c953-4fbd-9f44-d6562194c60c X-Archives-Hash: 9664c50307766689fdf85b4d8075eee6 commit: 7edb8a732d068fd1048380d376989b77cece4135 Author: Johannes Huber gentoo org> AuthorDate: Wed Apr 27 07:41:25 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Apr 27 07:41:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7edb8a73 media-sound/tomahawk: Update dependencies in live Upstream replaced media-libs/phonon with media-video/vlc for audio support. Package-Manager: portage-2.2.28 media-sound/tomahawk/tomahawk-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild index 8dadfa9..f5b3f10 100644 --- a/media-sound/tomahawk/tomahawk-9999.ebuild +++ b/media-sound/tomahawk/tomahawk-9999.ebuild @@ -11,7 +11,6 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then KEYWORDS="~amd64 ~x86" else EGIT_REPO_URI="git://github.com/tomahawk-player/${PN}.git" - KEYWORDS="" fi DESCRIPTION="Multi-source social music player" @@ -41,8 +40,8 @@ CDEPEND=" dev-libs/quazip[qt5] >=media-libs/libechonest-2.3.1:=[qt5] media-libs/liblastfm[qt5] - media-libs/phonon[qt5] >=media-libs/taglib-1.8.0 + media-video/vlc:= >=net-libs/gnutls-3.2 x11-libs/libX11 hatchet? ( dev-cpp/websocketpp )