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 176BC15808B for ; Thu, 24 Mar 2022 13:23:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BD60E085A; Thu, 24 Mar 2022 13:23:28 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83327E085A for ; Thu, 24 Mar 2022 13:23:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D6B83430FF for ; Thu, 24 Mar 2022 13:23:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A46A6334 for ; Thu, 24 Mar 2022 13:23:24 +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: <1648128173.d50217d4d3fbf3caf725fc47a8f49c9d90412f3e.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-9999.ebuild X-VCS-Directories: kde-apps/kldap/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d50217d4d3fbf3caf725fc47a8f49c9d90412f3e X-VCS-Branch: master Date: Thu, 24 Mar 2022 13:23:24 +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: 691eaba0-4ea1-42fc-a831-1b4c5e5cb980 X-Archives-Hash: 40c545685ca3d333da4aca0e35531d3c commit: d50217d4d3fbf3caf725fc47a8f49c9d90412f3e Author: Sam James gentoo org> AuthorDate: Tue Mar 22 23:01:13 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 24 13:22:53 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d50217d4 kde-apps/kldap: add subslot dep on OpenLDAP New OpenLDAP breaks ABI (changes SONAME) Closes: https://bugs.gentoo.org/835654 Signed-off-by: Sam James gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kldap/kldap-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild index dc953da186..5510385a64 100644 --- a/kde-apps/kldap/kldap-9999.ebuild +++ b/kde-apps/kldap/kldap-9999.ebuild @@ -26,6 +26,6 @@ DEPEND=" >=kde-frameworks/ki18n-${KFMIN}:5 >=kde-frameworks/kio-${KFMIN}:5 >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - net-nds/openldap + net-nds/openldap:= " RDEPEND="${DEPEND}"