app-eselect/eselect-repository: Enable py3.7

This commit is contained in:
Michał Górny
2018-07-21 00:02:47 +02:00
parent 1e3f5f579a
commit 07b5680cc8
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{3_4,3_5,3_6} )
PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
inherit python-single-r1
DESCRIPTION="Manage repos.conf via eselect"

View File

@@ -4,7 +4,7 @@
EAPI=6
EGIT_REPO_URI="https://github.com/mgorny/eselect-repository.git"
PYTHON_COMPAT=( python{3_4,3_5,3_6} )
PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
inherit git-r3 python-single-r1
DESCRIPTION="Manage repos.conf via eselect"