commit: 1d3665f9e748cefdda9cabea9808e2ccbe33f527
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 13:27:00 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 14:47:42 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=1d3665f9
dev-qt/assistant: Pin back to ~dev-qt/qtsql-${PV} dependency
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/assistant/assistant-4.8.7.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-qt/assistant/assistant-4.8.7.ebuild
b/dev-qt/assistant/assistant-4.8.7.ebuild
index cf60eac4..c45c941e 100644
--- a/dev-qt/assistant/assistant-4.8.7.ebuild
+++ b/dev-qt/assistant/assistant-4.8.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -16,7 +16,7 @@ DEPEND="
~dev-qt/qtcore-${PV}[debug=,${MULTILIB_USEDEP}]
~dev-qt/qtgui-${PV}[debug=,${MULTILIB_USEDEP}]
~dev-qt/qthelp-${PV}[debug=,${MULTILIB_USEDEP}]
- >=dev-qt/qtsql-${PV}[debug=,sqlite,${MULTILIB_USEDEP}]
+ ~dev-qt/qtsql-${PV}[debug=,sqlite,${MULTILIB_USEDEP}]
webkit? ( >=dev-qt/qtwebkit-${PV}:4[debug=,${MULTILIB_USEDEP}] )
"
RDEPEND="${DEPEND}"