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 57873138206 for ; Sun, 24 Apr 2016 12:26:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41682E0838; Sun, 24 Apr 2016 12:26:12 +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 DC8C1E0838 for ; Sun, 24 Apr 2016 12:26:11 +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 9076033E5E4 for ; Sun, 24 Apr 2016 12:26:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3701095B for ; Sun, 24 Apr 2016 12:26:07 +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: <1461500755.b136d707464d2052d8442d8d8804b848a3a36060.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/phonon/phonon-4.9.0.ebuild media-libs/phonon/phonon-9999.ebuild X-VCS-Directories: media-libs/phonon/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: b136d707464d2052d8442d8d8804b848a3a36060 X-VCS-Branch: master Date: Sun, 24 Apr 2016 12:26:07 +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: 150138ff-1f16-44ce-890b-dc5f0d27a5df X-Archives-Hash: 82d1186abdd5282afec24b30d7084b30 commit: b136d707464d2052d8442d8d8804b848a3a36060 Author: Johannes Huber gentoo org> AuthorDate: Sun Apr 24 12:25:40 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Apr 24 12:25:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b136d707 media-libs/phonon: Add missing DEPEND kde-frameworks/extra-cmake-modules is used when for USE qt5. Gentoo-bug: 581048 Package-Manager: portage-2.2.28 media-libs/phonon/phonon-4.9.0.ebuild | 3 ++- media-libs/phonon/phonon-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-libs/phonon/phonon-4.9.0.ebuild b/media-libs/phonon/phonon-4.9.0.ebuild index 89d287e..07e637c 100644 --- a/media-libs/phonon/phonon-4.9.0.ebuild +++ b/media-libs/phonon/phonon-4.9.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 if [[ ${PV} != *9999* ]]; then SRC_URI="mirror://kde/stable/phonon/${PV}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" else EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" ) inherit git-r3 @@ -49,6 +49,7 @@ RDEPEND=" " DEPEND="${RDEPEND} virtual/pkgconfig[${MULTILIB_USEDEP}] + qt5? ( kde-frameworks/extra-cmake-modules:5 ) " PDEPEND=" aqua? ( media-libs/phonon-qt7 ) diff --git a/media-libs/phonon/phonon-9999.ebuild b/media-libs/phonon/phonon-9999.ebuild index 89d287e..07e637c 100644 --- a/media-libs/phonon/phonon-9999.ebuild +++ b/media-libs/phonon/phonon-9999.ebuild @@ -6,7 +6,7 @@ EAPI=6 if [[ ${PV} != *9999* ]]; then SRC_URI="mirror://kde/stable/phonon/${PV}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" else EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" ) inherit git-r3 @@ -49,6 +49,7 @@ RDEPEND=" " DEPEND="${RDEPEND} virtual/pkgconfig[${MULTILIB_USEDEP}] + qt5? ( kde-frameworks/extra-cmake-modules:5 ) " PDEPEND=" aqua? ( media-libs/phonon-qt7 )