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 DC189138334 for ; Thu, 8 Aug 2019 22:00:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06071E07A5; Thu, 8 Aug 2019 22:00:30 +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 E262CE07A5 for ; Thu, 8 Aug 2019 22:00:29 +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 EAABB3496DB for ; Thu, 8 Aug 2019 22:00:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCE0A73C for ; Thu, 8 Aug 2019 22:00:25 +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: <1565301505.36539485f7f117c61e9bc8fa4f179d41b548bc09.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-4.10.3.ebuild X-VCS-Directories: media-libs/phonon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 36539485f7f117c61e9bc8fa4f179d41b548bc09 X-VCS-Branch: master Date: Thu, 8 Aug 2019 22:00:25 +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: 41c60412-faf8-459f-a5e4-bf83843266bd X-Archives-Hash: 13d70f1eefcfc29f84d2c30b108b3fed commit: 36539485f7f117c61e9bc8fa4f179d41b548bc09 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 8 21:58:25 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 8 21:58:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36539485 media-libs/phonon: Pin down backend versions Future updates break cmake compat. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/phonon/phonon-4.10.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/phonon/phonon-4.10.3.ebuild b/media-libs/phonon/phonon-4.10.3.ebuild index 18d770debdb..b6079f78857 100644 --- a/media-libs/phonon/phonon-4.10.3.ebuild +++ b/media-libs/phonon/phonon-4.10.3.ebuild @@ -39,8 +39,8 @@ DEPEND=" " RDEPEND="${DEPEND}" PDEPEND=" - gstreamer? ( >=media-libs/phonon-gstreamer-4.9.0[qt5(+)] ) - vlc? ( >=media-libs/phonon-vlc-0.9.0[qt5(+)] ) + gstreamer? ( =media-libs/phonon-gstreamer-4.9* ) + vlc? ( =media-libs/phonon-vlc-0.10* ) " src_configure() {