commit: 0c65f9d4ab91c99732a994f638978bac9e9ef717
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: Thu Mar 25 23:16:00 2021 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0c65f9d4
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>
dev-qt/qtwebview/qtwebview-5.15.9999.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-qt/qtwebview/qtwebview-5.15.9999.ebuild
b/dev-qt/qtwebview/qtwebview-5.15.9999.ebuild
index fa902e48..d17dd959 100644
--- a/dev-qt/qtwebview/qtwebview-5.15.9999.ebuild
+++ b/dev-qt/qtwebview/qtwebview-5.15.9999.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 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}"