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 7D2C3158094 for ; Tue, 11 Oct 2022 15:18:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06ED3E0900; Tue, 11 Oct 2022 15:18:20 +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 C7551E08DD for ; Tue, 11 Oct 2022 15:18:18 +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 25E09341109 for ; Tue, 11 Oct 2022 15:18:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B291F620 for ; Tue, 11 Oct 2022 15:18:14 +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: <1665501432.7db9338d876f736c9df0c7cdd76b96a6082e1dda.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kldap/kldap-22.08.2.ebuild kde-apps/kldap/kldap-22.08.49.9999.ebuild kde-apps/kldap/kldap-9999.ebuild X-VCS-Directories: kde-apps/kldap/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7db9338d876f736c9df0c7cdd76b96a6082e1dda X-VCS-Branch: master Date: Tue, 11 Oct 2022 15:18:14 +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: c3b6c1f9-1f9d-4999-83bb-8941f874986a X-Archives-Hash: 37665da0df696d16e86b6499b354328d commit: 7db9338d876f736c9df0c7cdd76b96a6082e1dda Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 11 14:58:42 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 11 15:17:12 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7db9338d kde-apps/kldap: Add dev-libs/qtkeychain[qt5(+)] USEdep Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kldap/kldap-22.08.2.ebuild | 2 +- kde-apps/kldap/kldap-22.08.49.9999.ebuild | 2 +- kde-apps/kldap/kldap-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-apps/kldap/kldap-22.08.2.ebuild b/kde-apps/kldap/kldap-22.08.2.ebuild index 418a4d097d..27ac8fa1a9 100644 --- a/kde-apps/kldap/kldap-22.08.2.ebuild +++ b/kde-apps/kldap/kldap-22.08.2.ebuild @@ -20,7 +20,7 @@ IUSE="" DEPEND=" dev-libs/cyrus-sasl - dev-libs/qtkeychain:= + dev-libs/qtkeychain:=[qt5(+)] >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 >=kde-frameworks/ki18n-${KFMIN}:5 diff --git a/kde-apps/kldap/kldap-22.08.49.9999.ebuild b/kde-apps/kldap/kldap-22.08.49.9999.ebuild index 8889b54ff8..d184a7fde5 100644 --- a/kde-apps/kldap/kldap-22.08.49.9999.ebuild +++ b/kde-apps/kldap/kldap-22.08.49.9999.ebuild @@ -20,7 +20,7 @@ IUSE="" DEPEND=" dev-libs/cyrus-sasl - dev-libs/qtkeychain:= + dev-libs/qtkeychain:=[qt5(+)] >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 >=kde-frameworks/ki18n-${KFMIN}:5 diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild index caf9e20425..b33d6e0536 100644 --- a/kde-apps/kldap/kldap-9999.ebuild +++ b/kde-apps/kldap/kldap-9999.ebuild @@ -20,7 +20,7 @@ IUSE="" DEPEND=" dev-libs/cyrus-sasl - dev-libs/qtkeychain:= + dev-libs/qtkeychain:=[qt5(+)] >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 >=kde-frameworks/ki18n-${KFMIN}:5