From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 902B4138334 for ; Thu, 22 Aug 2019 14:16:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D008CE099E; Thu, 22 Aug 2019 14:16:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7AACE099E for ; Thu, 22 Aug 2019 14:16:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1C5334A11D for ; Thu, 22 Aug 2019 14:16:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BA67218 for ; Thu, 22 Aug 2019 14:16:31 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1566483337.17650d333a02fcc934558692900f6250a5cbefff.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/phonon/phonon-9999.ebuild X-VCS-Directories: media-libs/phonon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 17650d333a02fcc934558692900f6250a5cbefff X-VCS-Branch: master Date: Thu, 22 Aug 2019 14:16:31 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 00c2a8b6-59f7-46fc-8331-e4624f405715 X-Archives-Hash: f688dfc3bac2c094416763ff28d92ad8 commit: 17650d333a02fcc934558692900f6250a5cbefff Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 22 12:15:30 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 22 14:15:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17650d33 media-libs/phonon: Drop unused DEPEND, obsolete cmake option Upstream commits: 41073dbb768106579a199a75f5b1d96a9f911af7 80991f330860a3f866defb589f6bbbb0003da4d3 Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/phonon/phonon-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/media-libs/phonon/phonon-9999.ebuild b/media-libs/phonon/phonon-9999.ebuild index cee83b281de..9c9a4fc940b 100644 --- a/media-libs/phonon/phonon-9999.ebuild +++ b/media-libs/phonon/phonon-9999.ebuild @@ -23,7 +23,6 @@ BDEPEND=" " DEPEND=" !!dev-qt/qtphonon:4 - dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 designer? ( dev-qt/designer:5 ) @@ -40,7 +39,6 @@ PDEPEND=" src_configure() { local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Declarative=ON -DPHONON_BUILD_DESIGNER_PLUGIN=$(usex designer) -DCMAKE_DISABLE_FIND_PACKAGE_GLIB2=$(usex !pulseaudio) -DCMAKE_DISABLE_FIND_PACKAGE_PulseAudio=$(usex !pulseaudio)