summaryrefslogtreecommitdiff
path: root/app-portage/gpyutils/gpyutils-9999.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-17 13:35:34 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-17 13:35:53 +0200
commit648d0adc3f1becbb5d4c0bbd4344ded272c0a7ec (patch)
tree26ffeba674303a9dea834c855ff7a58378dcce44 /app-portage/gpyutils/gpyutils-9999.ebuild
parentfc561c7dadc4e211e0bc7b35e61e15469bb7098f (diff)
downloadgentoo-648d0adc3f1becbb5d4c0bbd4344ded272c0a7ec.tar.gz
gentoo-648d0adc3f1becbb5d4c0bbd4344ded272c0a7ec.tar.xz
app-portage/gpyutils: Enable py3.7
Diffstat (limited to 'app-portage/gpyutils/gpyutils-9999.ebuild')
-rw-r--r--app-portage/gpyutils/gpyutils-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild
index 06e17abf9f0..b91c5aef712 100644
--- a/app-portage/gpyutils/gpyutils-9999.ebuild
+++ b/app-portage/gpyutils/gpyutils-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git"
inherit distutils-r1 git-r3