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

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2021-03-24 13:49:20 +01:00
parent f16bf0c180
commit a5a042cf90

View File

@@ -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}"