app-eselect/eselect-repository: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Fri, 20 Jul 2018 22:02:47 +0000 (00:02 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 20 Jul 2018 22:08:17 +0000 (00:08 +0200)
app-eselect/eselect-repository/eselect-repository-4.ebuild
app-eselect/eselect-repository/eselect-repository-9999.ebuild

index 8b88032d1ad9591ba447e80f40c12dc766618529..d6788864a2a7535084a30f1563e3a8100324d5bb 100644 (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"
index 3b84ea37834022096087f4fb3dd5e2f429494c7e..1d0a1524e6aa907cfbc88d8f8e0e5b916300bc37 100644 (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"