sys-devel/automake: Enable Python 3 support
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 20 Jan 2020 05:03:14 +0000 (06:03 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 20 Jan 2020 05:04:28 +0000 (06:04 +0100)
Closes: https://bugs.gentoo.org/705514
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 d18df7f067553a2a2293ce0baf4ad250086b1644..9b11712acbcbd895a3c908929f39c53759481691 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_6 )
 
 inherit python-any-r1
 
@@ -53,7 +53,7 @@ PATCHES=(
        "${FILESDIR}"/automake-1.16.1-py3-pep3147-cmdline.patch
        "${FILESDIR}"/automake-1.16.1-py3-compile-test.patch
 )
-# All three patches have been submitted upstream and ignored there.
+# All patches have been submitted upstream.
 
 pkg_setup() {
        use test && python-any-r1_pkg_setup
index d18df7f067553a2a2293ce0baf4ad250086b1644..9b11712acbcbd895a3c908929f39c53759481691 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_6 )
 
 inherit python-any-r1
 
@@ -53,7 +53,7 @@ PATCHES=(
        "${FILESDIR}"/automake-1.16.1-py3-pep3147-cmdline.patch
        "${FILESDIR}"/automake-1.16.1-py3-compile-test.patch
 )
-# All three patches have been submitted upstream and ignored there.
+# All patches have been submitted upstream.
 
 pkg_setup() {
        use test && python-any-r1_pkg_setup