From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 395F9138359 for ; Thu, 13 Aug 2020 14:50:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9046E086B; Thu, 13 Aug 2020 14:50:38 +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 AEC34E086F for ; Thu, 13 Aug 2020 14:50:38 +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 D7E9834F294 for ; Thu, 13 Aug 2020 14:50:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C0FE328 for ; Thu, 13 Aug 2020 14:50:20 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1597330062.1d3665f9e748cefdda9cabea9808e2ccbe33f527.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: dev-qt/assistant/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: dev-qt/assistant/assistant-4.8.7.ebuild X-VCS-Directories: dev-qt/assistant/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1d3665f9e748cefdda9cabea9808e2ccbe33f527 X-VCS-Branch: master Date: Thu, 13 Aug 2020 14:50:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e5d0651c-5931-4b40-a435-6590fdc3d5d7 X-Archives-Hash: a8f5c1df22e572f6a1012dc89c06e631 commit: 1d3665f9e748cefdda9cabea9808e2ccbe33f527 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 13 13:27:00 2020 +0000 Commit: Andreas Sturmlechner gentoo 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 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}"