From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1386207-garchives=archives.gentoo.org@lists.gentoo.org> 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 675B715808B for <garchives@archives.gentoo.org>; Sat, 16 Apr 2022 07:38:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB4DEE0982; Sat, 16 Apr 2022 07:38:22 +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 8B804E0982 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Apr 2022 07:38:22 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBC5A342151 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Apr 2022 07:38:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAB093B3 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Apr 2022 07:38:18 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1650094518.3c9e069938e8f19d22d26a65c11ac863bf93fdf7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ldap3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ldap3/ldap3-2.9.1.ebuild X-VCS-Directories: dev-python/ldap3/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3c9e069938e8f19d22d26a65c11ac863bf93fdf7 X-VCS-Branch: master Date: Sat, 16 Apr 2022 07:38:18 +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: cc59a0dc-79c0-44f3-9301-fbc4e94d420f X-Archives-Hash: 4f56e04763be4bb9b1085f9859c1a3bb commit: 3c9e069938e8f19d22d26a65c11ac863bf93fdf7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 16 07:35:18 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 16 07:35:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9e0699 dev-python/ldap3: Stabilize 2.9.1 ALLARCHES, #838601 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/ldap3/ldap3-2.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ldap3/ldap3-2.9.1.ebuild b/dev-python/ldap3/ldap3-2.9.1.ebuild index 24c9407697eb..b6b34a0669e6 100644 --- a/dev-python/ldap3/ldap3-2.9.1.ebuild +++ b/dev-python/ldap3/ldap3-2.9.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/cannatag/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~riscv x86" # tests require a ldap server and extra configuration RESTRICT="test"