Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/git-python/
Date: Tue, 13 Feb 2018 19:00:41
Message-Id: 1518548427.6e98d682e485b2f010b33ffa086d1eb9058b1162.prometheanfire@gentoo
1 commit: 6e98d682e485b2f010b33ffa086d1eb9058b1162
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 13 19:00:00 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 13 19:00:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e98d682
7
8 dev-python/git-python: readding arm64 keyword
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/git-python/git-python-2.1.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/git-python/git-python-2.1.7.ebuild b/dev-python/git-python/git-python-2.1.7.ebuild
16 index bfa1722cf7e..ff2076d95fa 100644
17 --- a/dev-python/git-python/git-python-2.1.7.ebuild
18 +++ b/dev-python/git-python/git-python-2.1.7.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
26
27 LICENSE="BSD"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
31 IUSE="test"
32
33 # Tests only work with the GitPython repo