summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-01-20 06:03:14 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-01-20 06:04:28 +0100
commit6ba47d15f1dd6532626cb4fb4b1d56e4eb2fe873 (patch)
tree0d4ff240a79698af673b4a4bf21e50af3ca08ef4 /sys-devel/automake/automake-9999.ebuild
parentsys-devel/automake: Fix remaining tests broken with py3 (diff)
downloadgentoo-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/automake-9999.ebuild')
-rw-r--r--sys-devel/automake/automake-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
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