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 E1EF3138353 for ; Sat, 4 Apr 2020 00:41:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11E25E0930; Sat, 4 Apr 2020 00:41:04 +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 EDCEFE0930 for ; Sat, 4 Apr 2020 00:41:03 +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 B09EE34F05B for ; Sat, 4 Apr 2020 00:41:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43BE71BF 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: <1585959844.d80d0f548ce46003c87fd4ea6c1129848e111911.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: d80d0f548ce46003c87fd4ea6c1129848e111911 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: 7b58d7cd-73c4-4939-8232-d19b9540ac1b X-Archives-Hash: eea5238639f48ac0365db0431ec18580 commit: d80d0f548ce46003c87fd4ea6c1129848e111911 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 4 00:23:55 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 4 00:24:04 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d80d0f54 kde-apps/kmail: Drop obsolete slot op Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kmail/kmail-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild index 5f7a20c70f..20dad0b009 100644 --- a/kde-apps/kmail/kmail-9999.ebuild +++ b/kde-apps/kmail/kmail-9999.ebuild @@ -20,14 +20,13 @@ SLOT="5" KEYWORDS="" IUSE="feedback" -# drop qtcore subslot operator when QT_MINIMAL >= 5.14.0 BDEPEND=" dev-libs/libxslt test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] ) " COMMON_DEPEND=" >=app-crypt/gpgme-1.11.1[cxx,qt5] - >=dev-qt/qtcore-${QTMIN}:5= + >=dev-qt/qtcore-${QTMIN}:5 >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5