summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2018-02-15 19:42:27 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2018-02-15 19:42:27 -0600
commit933340f0392bc235f0d809b2f2ea7ec05dee9da5 (patch)
tree699878eddae81fe8f7184083530804b43df49ed6
parentapp-admin/puppet-agent: removing old for CVE-2017-{10689,10690} (diff)
downloadgentoo-933340f0392bc235f0d809b2f2ea7ec05dee9da5.tar.gz
gentoo-933340f0392bc235f0d809b2f2ea7ec05dee9da5.tar.bz2
gentoo-933340f0392bc235f0d809b2f2ea7ec05dee9da5.zip
dev-python/git-python: readd missing py27
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--dev-python/git-python/git-python-2.1.7.ebuild2
1 files changed, 1 insertions, 1 deletions
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 ff2076d95fa5..d06e0a764c32 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