diff options
author | 2020-01-20 06:03:14 +0100 | |
---|---|---|
committer | 2020-01-20 06:04:28 +0100 | |
commit | 6ba47d15f1dd6532626cb4fb4b1d56e4eb2fe873 (patch) | |
tree | 0d4ff240a79698af673b4a4bf21e50af3ca08ef4 /sys-devel/automake | |
parent | sys-devel/automake: Fix remaining tests broken with py3 (diff) | |
download | gentoo-6ba47d15f1dd6532626cb4fb4b1d56e4eb2fe873.tar.gz gentoo-6ba47d15f1dd6532626cb4fb4b1d56e4eb2fe873.tar.bz2 gentoo-6ba47d15f1dd6532626cb4fb4b1d56e4eb2fe873.zip |
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@gentoo.org>
Diffstat (limited to 'sys-devel/automake')
-rw-r--r-- | sys-devel/automake/automake-1.16.1-r2.ebuild | 4 | ||||
-rw-r--r-- | 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 |