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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F22D515808B for ; Wed, 16 Mar 2022 14:25:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3433AE0886; Wed, 16 Mar 2022 14:25:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 018FCE0886 for ; Wed, 16 Mar 2022 14:25:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1AEB3436C2 for ; Wed, 16 Mar 2022 14:25:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D80C2D7 for ; Wed, 16 Mar 2022 14:25:35 +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: <1647436113.c54f7d07de94d71117674b4e7aff6efb55417510.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmail-account-wizard/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kmail-account-wizard/kmail-account-wizard-9999.ebuild X-VCS-Directories: kde-apps/kmail-account-wizard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c54f7d07de94d71117674b4e7aff6efb55417510 X-VCS-Branch: master Date: Wed, 16 Mar 2022 14:25:35 +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: 95ba3a4c-26d5-45e2-bb8d-4cf06421ba11 X-Archives-Hash: 14cf5008b638959f59f26e1eaa6828f7 commit: c54f7d07de94d71117674b4e7aff6efb55417510 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 16 13:08:33 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 16 13:08:33 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c54f7d07 kde-apps/kmail-account-wizard: Add missing DEPEND See also: https://invent.kde.org/pim/kmail-account-wizard/-/merge_requests/6 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kmail-account-wizard/kmail-account-wizard-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kmail-account-wizard/kmail-account-wizard-9999.ebuild b/kde-apps/kmail-account-wizard/kmail-account-wizard-9999.ebuild index 451f38de18..6e2e0f5377 100644 --- a/kde-apps/kmail-account-wizard/kmail-account-wizard-9999.ebuild +++ b/kde-apps/kmail-account-wizard/kmail-account-wizard-9999.ebuild @@ -20,6 +20,7 @@ KEYWORDS="" IUSE="" DEPEND=" + app-crypt/gpgme:=[cxx,qt5] dev-libs/qtkeychain:= >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5