From 6ba47d15f1dd6532626cb4fb4b1d56e4eb2fe873 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Mon, 20 Jan 2020 06:03:14 +0100 Subject: sys-devel/automake: Enable Python 3 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-devel/automake/automake-9999.ebuild') 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 -- cgit v1.2.3-65-gdbad