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: Fri, 16 Feb 2018 01:42:51
Message-Id: 1518745347.933340f0392bc235f0d809b2f2ea7ec05dee9da5.prometheanfire@gentoo
1 commit: 933340f0392bc235f0d809b2f2ea7ec05dee9da5
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 16 01:42:27 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 16 01:42:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=933340f0
7
8 dev-python/git-python: readd missing py27
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/git-python/git-python-2.1.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
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 ff2076d95fa..d06e0a764c3 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 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python3_{4,5,6} )
24 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
25 PYTHON_REQ_USE="threads(+)"
26
27 inherit distutils-r1