Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-ldap/
Date: Sat, 13 Apr 2019 22:41:23
Message-Id: 1555195266.fb1f3bf032319c1a282e558d38a21e9284336445.prometheanfire@gentoo
1 commit: fb1f3bf032319c1a282e558d38a21e9284336445
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 13 22:38:41 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 13 22:41:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1f3bf0
7
8 dev-python/python-ldap: 3.1.0 stable allarches
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/python-ldap/python-ldap-3.1.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 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
17 index c09259b9d5e..e64123dbce8 100644
18 --- a/dev-python/python-ldap/python-ldap-3.1.0-r1.ebuild
19 +++ b/dev-python/python-ldap/python-ldap-3.1.0-r1.ebuild
20 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then
21 inherit git-r3
22 else
23 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
24 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris"
25 + KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-solaris"
26 fi
27
28 LICENSE="PSF-2"