commit:     6ba47d15f1dd6532626cb4fb4b1d56e4eb2fe873
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 05:03:14 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 05:04:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba47d15

sys-devel/automake: Enable Python 3 support

Closes: https://bugs.gentoo.org/705514
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sys-devel/automake/automake-1.16.1-r2.ebuild | 4 ++--
 sys-devel/automake/automake-9999.ebuild      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-devel/automake/automake-1.16.1-r2.ebuild 
b/sys-devel/automake/automake-1.16.1-r2.ebuild
index d18df7f0675..9b11712acbc 100644
--- a/sys-devel/automake/automake-1.16.1-r2.ebuild
+++ b/sys-devel/automake/automake-1.16.1-r2.ebuild
@@ -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

diff --git a/sys-devel/automake/automake-9999.ebuild 
b/sys-devel/automake/automake-9999.ebuild
index d18df7f0675..9b11712acbc 100644
--- a/sys-devel/automake/automake-9999.ebuild
+++ b/sys-devel/automake/automake-9999.ebuild
@@ -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

Reply via email to