commit: 933340f0392bc235f0d809b2f2ea7ec05dee9da5
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 01:42:27 2018 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 01:42:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=933340f0
dev-python/git-python: readd missing py27
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-python/git-python/git-python-2.1.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/git-python/git-python-2.1.7.ebuild
b/dev-python/git-python/git-python-2.1.7.ebuild
index ff2076d95fa..d06e0a764c3 100644
--- a/dev-python/git-python/git-python-2.1.7.ebuild
+++ b/dev-python/git-python/git-python-2.1.7.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1