Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-openid/
Date: Tue, 27 Jun 2017 14:21:08
Message-Id: 1498573255.8eaad7083fa6416ceeb270d9c040a6454a6a1a77.aballier@gentoo
1 commit: 8eaad7083fa6416ceeb270d9c040a6454a6a1a77
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 27 13:13:55 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 27 14:20:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eaad708
7
8 dev-python/python-openid: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/python-openid/python-openid-2.2.5-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/python-openid/python-openid-2.2.5-r1.ebuild b/dev-python/python-openid/python-openid-2.2.5-r1.ebuild
16 index 116d853e7cf..b6a1cbf1d8e 100644
17 --- a/dev-python/python-openid/python-openid-2.2.5-r1.ebuild
18 +++ b/dev-python/python-openid/python-openid-2.2.5-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
26
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
30 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
31 IUSE="examples mysql postgres sqlite test"
32
33 RDEPEND="mysql? ( >=dev-python/mysql-python-1.2.2[${PYTHON_USEDEP}] )