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 F098F138350 for ; Sat, 4 Apr 2020 00:41:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DB6DE0AF3; Sat, 4 Apr 2020 00:41:05 +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 05C16E0AE8 for ; Sat, 4 Apr 2020 00:41:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F030334EF1F for ; Sat, 4 Apr 2020 00:41:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 691241C1 for ; Sat, 4 Apr 2020 00:41:01 +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: <1585960389.63da39affcb17922cf4c500ed51130f1812cd975.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/eventviews/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/eventviews/eventviews-9999.ebuild X-VCS-Directories: kde-apps/eventviews/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 63da39affcb17922cf4c500ed51130f1812cd975 X-VCS-Branch: master Date: Sat, 4 Apr 2020 00:41:01 +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: dd75306f-d0dd-4f3e-a43e-6d8cbee7d048 X-Archives-Hash: fb7c9e4a5bdd30775988ccfa42150c1c commit: 63da39affcb17922cf4c500ed51130f1812cd975 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 4 00:33:09 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 4 00:33:09 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=63da39af kde-apps/eventviews: Update slot operator comment Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/eventviews/eventviews-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-apps/eventviews/eventviews-9999.ebuild b/kde-apps/eventviews/eventviews-9999.ebuild index e6185107fd..b992004204 100644 --- a/kde-apps/eventviews/eventviews-9999.ebuild +++ b/kde-apps/eventviews/eventviews-9999.ebuild @@ -16,11 +16,12 @@ SLOT="5" KEYWORDS="" IUSE="" -# drop qtgui subslot operator when QT_MINIMAL >= 5.14.0 +# drop qtcore subslot operator when QT_MINIMAL >= 5.15.0 DEPEND=" dev-libs/kdiagram:5 dev-libs/libical - >=dev-qt/qtgui-${QTMIN}:5= + >=dev-qt/qtcore-${QTMIN}:5= + >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 >=kde-apps/akonadi-${PVCUT}:5 >=kde-apps/akonadi-calendar-${PVCUT}:5