From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1104706-garchives=archives.gentoo.org@lists.gentoo.org>
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 1BBB1138334
	for <garchives@archives.gentoo.org>; Thu,  8 Aug 2019 22:00:31 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0F20CE07B3;
	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 E9EF2E07B3
	for <gentoo-commits@lists.gentoo.org>; 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 D5D7C3496D8
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Aug 2019 22:00:28 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 00C30757
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Aug 2019 22:00:26 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1565301613.0bba9996e8a2e1d23b9a220b4108d84141c497fa.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon-gstreamer/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/phonon-gstreamer/phonon-gstreamer-4.9.1.ebuild
X-VCS-Directories: media-libs/phonon-gstreamer/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 0bba9996e8a2e1d23b9a220b4108d84141c497fa
X-VCS-Branch: master
Date: Thu,  8 Aug 2019 22:00:26 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: ba7502e1-1d10-4e32-9e3a-54da57d2d6b4
X-Archives-Hash: e4907379acc22a4382c705b0c32f4c4c

commit:     0bba9996e8a2e1d23b9a220b4108d84141c497fa
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  8 22:00:13 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug  8 22:00:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bba9996

media-libs/phonon-gstreamer: Pin to =media-libs/phonon-4.10*

Future Phonon version breaks cmake compat.

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/phonon-gstreamer/phonon-gstreamer-4.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.1.ebuild b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.1.ebuild
index 24ced106443..84a04fda0ae 100644
--- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.1.ebuild
+++ b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.1.ebuild
@@ -36,7 +36,7 @@ DEPEND="
 	dev-qt/qtx11extras:5
 	media-libs/gstreamer:1.0
 	media-libs/gst-plugins-base:1.0
-	>=media-libs/phonon-4.10.0
+	=media-libs/phonon-4.10*
 	media-plugins/gst-plugins-meta:1.0[alsa?,ogg,vorbis]
 	virtual/opengl
 	network? ( media-plugins/gst-plugins-soup:1.0 )