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 717A7138334 for ; Thu, 12 Sep 2019 18:30:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C170EE09B7; Thu, 12 Sep 2019 18:30:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8F4BCE09B7 for ; Thu, 12 Sep 2019 18:30:21 +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 9D02834B0AA for ; Thu, 12 Sep 2019 18:30:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AA8A615 for ; Thu, 12 Sep 2019 18:30:06 +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: <1568312585.e75396fd05641f9d9b64c0c992f6c30f75f45fa9.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kirigami/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kirigami/kirigami-9999.ebuild X-VCS-Directories: kde-frameworks/kirigami/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e75396fd05641f9d9b64c0c992f6c30f75f45fa9 X-VCS-Branch: master Date: Thu, 12 Sep 2019 18:30:06 +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: 7a6c304c-91fb-4be6-97b3-a457cc55d02b X-Archives-Hash: a2d131e260018c9059fdc0f3a05c7fa2 commit: e75396fd05641f9d9b64c0c992f6c30f75f45fa9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 12 18:23:05 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 12 18:23:05 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e75396fd kde-frameworks/kirigami: Add subslot operator on qtgui Upstream commit 14f1e3f74bace73b971955ac86925d3612419ffa Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kirigami/kirigami-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/kirigami/kirigami-9999.ebuild b/kde-frameworks/kirigami/kirigami-9999.ebuild index ba90b86d6d..f468ed3d55 100644 --- a/kde-frameworks/kirigami/kirigami-9999.ebuild +++ b/kde-frameworks/kirigami/kirigami-9999.ebuild @@ -17,6 +17,7 @@ LICENSE="LGPL-2+" KEYWORDS="" IUSE="" +# drop qtgui subslot operator when QT_MINIMAL >= 5.14.0 BDEPEND=" $(add_qt_dep linguist-tools) " @@ -24,7 +25,7 @@ DEPEND=" $(add_qt_dep qtdbus) $(add_qt_dep qtdeclarative) $(add_qt_dep qtgraphicaleffects) - $(add_qt_dep qtgui) + $(add_qt_dep qtgui '' '' '5=') $(add_qt_dep qtnetwork) $(add_qt_dep qtquickcontrols2) $(add_qt_dep qtsvg)