summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-19 00:06:21 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-19 00:11:12 +0200
commitf4ec26590525b6adeee30b82d92a8aca1ba8b70d (patch)
treef4c411cfb8b273e85f9b10270a1aa54448cb77db
parentdev-python/pyxattr: Enable py3.7 (diff)
downloadgentoo-f4ec26590525b6adeee30b82d92a8aca1ba8b70d.tar.gz
gentoo-f4ec26590525b6adeee30b82d92a8aca1ba8b70d.tar.bz2
gentoo-f4ec26590525b6adeee30b82d92a8aca1ba8b70d.zip
dev-python/pygit2: Enable py3.7
-rw-r--r--dev-python/pygit2/pygit2-0.27.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pygit2/pygit2-0.27.1.ebuild b/dev-python/pygit2/pygit2-0.27.1.ebuild
index aaf291a7b44b..5cbd6a17c976 100644
--- a/dev-python/pygit2/pygit2-0.27.1.ebuild
+++ b/dev-python/pygit2/pygit2-0.27.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
inherit distutils-r1 eapi7-ver