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 F34D4138335 for ; Mon, 28 Oct 2019 23:57:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8328FE09DA; Mon, 28 Oct 2019 23:57:02 +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 6A983E09DA for ; Mon, 28 Oct 2019 23:57:02 +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 1BFD834C524 for ; Mon, 28 Oct 2019 23:57:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D1D789C for ; Mon, 28 Oct 2019 23:56:58 +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: <1572306148.a1929848c7ae01c4c2e6c833daea80d68be9facf.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdeclarative/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kdeclarative/kdeclarative-9999.ebuild X-VCS-Directories: kde-frameworks/kdeclarative/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a1929848c7ae01c4c2e6c833daea80d68be9facf X-VCS-Branch: master Date: Mon, 28 Oct 2019 23:56:58 +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: 8e387526-24e2-494c-a370-a6f68de0492f X-Archives-Hash: 1420c8ca26b64860c96a183e40ad96c2 commit: a1929848c7ae01c4c2e6c833daea80d68be9facf Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 28 23:42:28 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 28 23:42:28 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a1929848 kde-frameworks/kdeclarative: Add subslot operator on qtgui Upstream commit ff6791c2bd65f5bf779cf2ef2ec696ef81310366 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/kdeclarative-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild b/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild index 5bb550f2c5..78894d6e78 100644 --- a/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild +++ b/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild @@ -11,6 +11,7 @@ LICENSE="LGPL-2+" KEYWORDS="" IUSE="" +# drop qtgui subslot operator when QT_MINIMAL >= 5.14.0 DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kcoreaddons) @@ -23,7 +24,7 @@ DEPEND=" $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwindowsystem) $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) + $(add_qt_dep qtgui '' '' '5=') $(add_qt_dep qtnetwork) $(add_qt_dep qtwidgets) media-libs/libepoxy