sys-devel/automake: Add Python 3.7 support
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 20 Jan 2020 05:53:33 +0000 (06:53 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 20 Jan 2020 05:53:33 +0000 (06:53 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
sys-devel/automake/automake-1.16.1-r2.ebuild
sys-devel/automake/automake-9999.ebuild

index 9b11712acbcbd895a3c908929f39c53759481691..1c06ea4470f4ae6a6f8b8462cc8834ee9a40eb21 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
 
 inherit python-any-r1
 
index 9b11712acbcbd895a3c908929f39c53759481691..1c06ea4470f4ae6a6f8b8462cc8834ee9a40eb21 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
 
 inherit python-any-r1