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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DFFAB138336 for ; Sat, 13 Apr 2019 22:41:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73450E0A7E; Sat, 13 Apr 2019 22:41:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 53B6EE0A7E for ; Sat, 13 Apr 2019 22:41:22 +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 E93EB340F6E for ; Sat, 13 Apr 2019 22:41:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CDC25A9 for ; Sat, 13 Apr 2019 22:41:19 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1555195266.fb1f3bf032319c1a282e558d38a21e9284336445.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-ldap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-ldap/python-ldap-3.1.0-r1.ebuild X-VCS-Directories: dev-python/python-ldap/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: fb1f3bf032319c1a282e558d38a21e9284336445 X-VCS-Branch: master Date: Sat, 13 Apr 2019 22:41:19 +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: ef48bb0a-fc63-47d4-b98c-085ebf3a271c X-Archives-Hash: 20ebb6dbe1abd221c1b9965e7e1aa7ab commit: fb1f3bf032319c1a282e558d38a21e9284336445 Author: Matthew Thode gentoo org> AuthorDate: Sat Apr 13 22:38:41 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sat Apr 13 22:41:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1f3bf0 dev-python/python-ldap: 3.1.0 stable allarches Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> dev-python/python-ldap/python-ldap-3.1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-ldap/python-ldap-3.1.0-r1.ebuild b/dev-python/python-ldap/python-ldap-3.1.0-r1.ebuild index c09259b9d5e..e64123dbce8 100644 --- a/dev-python/python-ldap/python-ldap-3.1.0-r1.ebuild +++ b/dev-python/python-ldap/python-ldap-3.1.0-r1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" + KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-solaris" fi LICENSE="PSF-2"