From 6ba47d15f1dd6532626cb4fb4b1d56e4eb2fe873 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Mon, 20 Jan 2020 06:03:14 +0100 Subject: [PATCH] sys-devel/automake: Enable Python 3 support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/705514 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel --- 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 d18df7f06755..9b11712acbcb 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 d18df7f06755..9b11712acbcb 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 -- 2.26.2