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 736F31382C5 for ; Thu, 15 Apr 2021 22:49:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7BACE0809; Thu, 15 Apr 2021 22:49:43 +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 9E859E0809 for ; Thu, 15 Apr 2021 22:49:43 +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 C489F340AEC for ; Thu, 15 Apr 2021 22:49:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D1A5645 for ; Thu, 15 Apr 2021 22:49:41 +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: <1618526798.b1d65f66a31f814014a1b2993ce41b63d1ecaab5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmailtransport/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kmailtransport/kmailtransport-9999.ebuild X-VCS-Directories: kde-apps/kmailtransport/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b1d65f66a31f814014a1b2993ce41b63d1ecaab5 X-VCS-Branch: master Date: Thu, 15 Apr 2021 22:49:41 +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: 2389a9df-d738-4c6b-8216-ac4f8e624b0e X-Archives-Hash: 222e146ad1d836839430174e8ddc5aa1 commit: b1d65f66a31f814014a1b2993ce41b63d1ecaab5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 15 21:17:20 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 15 22:46:38 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b1d65f66 kde-apps/kmailtransport: Update DEPENDs Upstream commits: ca8d4a42e82709e4e4dd1df0707165b2423109cb 2a15da91f06f29ec44082a44d6b275d1fae4a759 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kmailtransport/kmailtransport-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-apps/kmailtransport/kmailtransport-9999.ebuild b/kde-apps/kmailtransport/kmailtransport-9999.ebuild index d3f334e6b6..ac3e67f50e 100644 --- a/kde-apps/kmailtransport/kmailtransport-9999.ebuild +++ b/kde-apps/kmailtransport/kmailtransport-9999.ebuild @@ -16,7 +16,10 @@ SLOT="5" KEYWORDS="" IUSE="" +RESTRICT+=" test" + RDEPEND=" + dev-libs/qtkeychain:= >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 @@ -39,5 +42,3 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( >=kde-frameworks/ktextwidgets-${KFMIN}:5 ) " - -RESTRICT+=" test"