From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E7A63158B20 for ; Sun, 02 Feb 2025 10:28:54 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D3E463430CE for ; Sun, 02 Feb 2025 10:28:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 89DC511047C; Sun, 02 Feb 2025 10:28:32 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 8553B11047C for ; Sun, 02 Feb 2025 10:28:32 +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 3D123343003 for ; Sun, 02 Feb 2025 10:28:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B30392603 for ; Sun, 02 Feb 2025 10:28:29 +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: <1738491745.14ae38f0c4ea5a64cf5473cf91ccb7df614f4c39.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-24.12.49.9999.ebuild 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: 14ae38f0c4ea5a64cf5473cf91ccb7df614f4c39 X-VCS-Branch: master Date: Sun, 02 Feb 2025 10:28:29 +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: c560f88b-bcd7-4e9e-9297-da82f1afff3e X-Archives-Hash: 4ae511c3af22278ca911c830f899c8ed commit: 14ae38f0c4ea5a64cf5473cf91ccb7df614f4c39 Author: Alfred Wingate protonmail com> AuthorDate: Sun Feb 2 06:44:28 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 2 10:22:25 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=14ae38f0 kde-apps/kmail: add missing direct dependency on dev-libs/libgpg-error Upstream commit: a8a0a6004bef43cc39f65974ad209f0ade34c328 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/kde/pull/1024 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kmail/kmail-24.12.49.9999.ebuild | 3 ++- kde-apps/kmail/kmail-9999.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/kde-apps/kmail/kmail-24.12.49.9999.ebuild b/kde-apps/kmail/kmail-24.12.49.9999.ebuild index dcb1943be2..31834de640 100644 --- a/kde-apps/kmail/kmail-24.12.49.9999.ebuild +++ b/kde-apps/kmail/kmail-24.12.49.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,6 +25,7 @@ RESTRICT="test" # bug 616878 COMMON_DEPEND=" >=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6] >=dev-libs/ktextaddons-1.5.4:6[speech?] + >=dev-libs/libgpg-error-1.36 >=dev-libs/qtkeychain-0.14.2:=[qt6(+)] >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets] >=dev-qt/qtwebengine-${QTMIN}:6[widgets] diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild index 36d3efb992..9d3765c562 100644 --- a/kde-apps/kmail/kmail-9999.ebuild +++ b/kde-apps/kmail/kmail-9999.ebuild @@ -25,6 +25,7 @@ RESTRICT="test" # bug 616878 COMMON_DEPEND=" >=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6] >=dev-libs/ktextaddons-1.5.4:6[speech?] + >=dev-libs/libgpg-error-1.36 >=dev-libs/qtkeychain-0.14.2:=[qt6(+)] >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets] >=dev-qt/qtwebengine-${QTMIN}:6[widgets]