From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1263651-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 D80071382C5
	for <garchives@archives.gentoo.org>; Wed, 24 Mar 2021 12:53:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 23693E086B;
	Wed, 24 Mar 2021 12:53:46 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 0802AE086B
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 Mar 2021 12:53:45 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 A1B9333D3C1
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 Mar 2021 12:53:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DE9C4A5
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 Mar 2021 12:53:43 +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: <1616590160.a5a042cf90ab3aa5a3b30ce47a5afffdfe028ae9.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebview/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-qt/qtwebview/qtwebview-5.15.2-r1.ebuild dev-qt/qtwebview/qtwebview-5.15.2.ebuild
X-VCS-Directories: dev-qt/qtwebview/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: a5a042cf90ab3aa5a3b30ce47a5afffdfe028ae9
X-VCS-Branch: master
Date: Wed, 24 Mar 2021 12:53:43 +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: 3c1693d6-8acb-42be-a912-3a073073db52
X-Archives-Hash: dcb86189afa189fd8b545658da52fb5c

commit:     a5a042cf90ab3aa5a3b30ce47a5afffdfe028ae9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 24 12:49:20 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 24 12:49:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a042cf

dev-qt/qtwebview: Relax dev-qt/qtwebengine dependency

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

 .../{qtwebview-5.15.2.ebuild => qtwebview-5.15.2-r1.ebuild}          | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtwebview/qtwebview-5.15.2.ebuild b/dev-qt/qtwebview/qtwebview-5.15.2-r1.ebuild
similarity index 84%
rename from dev-qt/qtwebview/qtwebview-5.15.2.ebuild
rename to dev-qt/qtwebview/qtwebview-5.15.2-r1.ebuild
index 10d7f8d0000..d17dd95908f 100644
--- a/dev-qt/qtwebview/qtwebview-5.15.2.ebuild
+++ b/dev-qt/qtwebview/qtwebview-5.15.2-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit qt5-build
 
 DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework"
@@ -16,6 +17,6 @@ DEPEND="
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
 	~dev-qt/qtgui-${PV}
-	~dev-qt/qtwebengine-${PV}
+	=dev-qt/qtwebengine-${PV}*:5
 "
 RDEPEND="${DEPEND}"