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: Wed, 13 Mar 2019 17:29:18
Message-Id: 1552498140.afcbc6cae8b1bd8694b5e2fd7cb50d98527df4a3.prometheanfire@gentoo
1 commit: afcbc6cae8b1bd8694b5e2fd7cb50d98527df4a3
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 13 17:28:34 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 13 17:29:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afcbc6ca
7
8 dev-python/python-ldap: add arm64 keyword (for ldappool)
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.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/python-ldap/python-ldap-3.1.0.ebuild b/dev-python/python-ldap/python-ldap-3.1.0.ebuild
17 index edd48eb5f1a..e6fc54dfaf9 100644
18 --- a/dev-python/python-ldap/python-ldap-3.1.0.ebuild
19 +++ b/dev-python/python-ldap/python-ldap-3.1.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
27 inherit git-r3
28 else
29 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
30 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris"
31 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris"
32 fi
33
34 LICENSE="PSF-2"