From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1228699-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 1DA2013835A
	for <garchives@archives.gentoo.org>; Sat,  5 Dec 2020 09:58:55 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 21256E084A;
	Sat,  5 Dec 2020 09:58:54 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0429BE084A
	for <gentoo-commits@lists.gentoo.org>; Sat,  5 Dec 2020 09:58:53 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id E0D6A340FA5
	for <gentoo-commits@lists.gentoo.org>; Sat,  5 Dec 2020 09:58:52 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 957B545B
	for <gentoo-commits@lists.gentoo.org>; Sat,  5 Dec 2020 09:58:51 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1607162040.c91eb816359db76059b418c24a73a511dfef3f7a.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ldap3/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/ldap3/metadata.xml
X-VCS-Directories: dev-python/ldap3/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: c91eb816359db76059b418c24a73a511dfef3f7a
X-VCS-Branch: master
Date: Sat,  5 Dec 2020 09:58:51 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 76b0bd29-12c7-4fec-b8ec-c5fd619a061a
X-Archives-Hash: 992633bf963429367bd7ab5c1d6aa504

commit:     c91eb816359db76059b418c24a73a511dfef3f7a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  5 09:54:00 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  5 09:54:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91eb816

dev-python/ldap3: Mark ALLARCHES

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/ldap3/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/ldap3/metadata.xml b/dev-python/ldap3/metadata.xml
index 3e6256f8c0b..37afc4de213 100644
--- a/dev-python/ldap3/metadata.xml
+++ b/dev-python/ldap3/metadata.xml
@@ -9,6 +9,7 @@
 		ldap3 is a strictly RFC 4511 conforming LDAP V3 pure Python client. The same codebase works with Python, Python 3, PyPy and PyPy3.
 		This project was formerly named python3-ldap. The name has been changed to avoid confusion with the python-ldap library.
 	</longdescription>
+	<stabilize-allarches/>
 	<upstream>
 		<remote-id type="pypi">ldap3</remote-id>
 		<remote-id type="github">cannatag/ldap3</remote-id>