From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1110250-garchives=archives.gentoo.org@lists.gentoo.org> 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 08EB3138334 for <garchives@archives.gentoo.org>; Wed, 11 Sep 2019 08:10:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA956E0940; Wed, 11 Sep 2019 08:09:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D67D3E0940 for <gentoo-commits@lists.gentoo.org>; Wed, 11 Sep 2019 08:09:57 +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 D2A8534B024 for <gentoo-commits@lists.gentoo.org>; Wed, 11 Sep 2019 08:09:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 971C87F4 for <gentoo-commits@lists.gentoo.org>; Wed, 11 Sep 2019 08:09:53 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1568145500.50608ae33d459d1fc45cb0eb1783329327bebdda.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kmail/kmail-9999.ebuild X-VCS-Directories: kde-apps/kmail/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 50608ae33d459d1fc45cb0eb1783329327bebdda X-VCS-Branch: master Date: Wed, 11 Sep 2019 08:09:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e6c327a7-53e2-46cd-8a34-2b388859749d X-Archives-Hash: 8c5b1ed5412edc299248268a5cf7bc45 commit: 50608ae33d459d1fc45cb0eb1783329327bebdda Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Sep 10 19:57:54 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Sep 10 19:58:20 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=50608ae3 kde-apps/kmail: Add subslot operator on qtcore Upstream commit 671da7dec6b360cf0c53a02bb53dd327cac81367 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/kmail/kmail-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild index cd07a79ea9..63424e210f 100644 --- a/kde-apps/kmail/kmail-9999.ebuild +++ b/kde-apps/kmail/kmail-9999.ebuild @@ -14,6 +14,7 @@ LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" KEYWORDS="" IUSE="" +# drop qtcore subslot operator when QT_MINIMAL >= 5.14.0 BDEPEND=" dev-libs/libxslt test? ( $(add_kdeapps_dep akonadi 'tools') ) @@ -63,6 +64,7 @@ COMMON_DEPEND=" $(add_kdeapps_dep mailcommon) $(add_kdeapps_dep messagelib) $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtcore '' '' '5=') $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtnetwork)