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 2BD8115808B for ; Wed, 23 Mar 2022 00:45:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28B85E0909; Wed, 23 Mar 2022 00:45:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 068CAE0909 for ; Wed, 23 Mar 2022 00:45:28 +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 1FEB1343269 for ; Wed, 23 Mar 2022 00:45:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E575531A for ; Wed, 23 Mar 2022 00:45:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1647996307.56e2b373be3dff87609096e1898cd0692744ccdc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/uwsgi/uwsgi-2.0.19.1-r108.ebuild www-servers/uwsgi/uwsgi-2.0.19.1-r109.ebuild X-VCS-Directories: www-servers/uwsgi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 56e2b373be3dff87609096e1898cd0692744ccdc X-VCS-Branch: master Date: Wed, 23 Mar 2022 00:45: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: 4d0c25ed-7ec8-4079-bb86-0bba7d7a3129 X-Archives-Hash: b4a589f199d0d2a3f012edb1b65362ad commit: 56e2b373be3dff87609096e1898cd0692744ccdc Author: Sam James gentoo org> AuthorDate: Wed Mar 23 00:42:25 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 23 00:45:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e2b373 www-servers/uwsgi: add subslot dep on OpenLDAP New OpenLDAP breaks ABI (changes SONAME) Signed-off-by: Sam James gentoo.org> .../uwsgi/{uwsgi-2.0.19.1-r108.ebuild => uwsgi-2.0.19.1-r109.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/uwsgi/uwsgi-2.0.19.1-r108.ebuild b/www-servers/uwsgi/uwsgi-2.0.19.1-r109.ebuild similarity index 99% rename from www-servers/uwsgi/uwsgi-2.0.19.1-r108.ebuild rename to www-servers/uwsgi/uwsgi-2.0.19.1-r109.ebuild index 0209aa698435..35d80ed88c4b 100644 --- a/www-servers/uwsgi/uwsgi-2.0.19.1-r108.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.19.1-r109.ebuild @@ -101,7 +101,7 @@ CDEPEND=" uwsgi_plugins_curl_cron? ( net-misc/curl ) uwsgi_plugins_emperor_pg? ( dev-db/postgresql:= ) uwsgi_plugins_geoip? ( dev-libs/geoip ) - uwsgi_plugins_ldap? ( net-nds/openldap ) + uwsgi_plugins_ldap? ( net-nds/openldap:= ) uwsgi_plugins_pam? ( sys-libs/pam ) uwsgi_plugins_sqlite? ( dev-db/sqlite:3 ) uwsgi_plugins_rados? ( sys-cluster/ceph )