Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/automake/
Date: Mon, 20 Jan 2020 05:04:57
Message-Id: 1579496668.6ba47d15f1dd6532626cb4fb4b1d56e4eb2fe873.dilfridge@gentoo
1 commit: 6ba47d15f1dd6532626cb4fb4b1d56e4eb2fe873
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 20 05:03:14 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 20 05:04:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba47d15
7
8 sys-devel/automake: Enable Python 3 support
9
10 Closes: https://bugs.gentoo.org/705514
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 sys-devel/automake/automake-1.16.1-r2.ebuild | 4 ++--
15 sys-devel/automake/automake-9999.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/sys-devel/automake/automake-1.16.1-r2.ebuild b/sys-devel/automake/automake-1.16.1-r2.ebuild
19 index d18df7f0675..9b11712acbc 100644
20 --- a/sys-devel/automake/automake-1.16.1-r2.ebuild
21 +++ b/sys-devel/automake/automake-1.16.1-r2.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=( python2_7 )
27 +PYTHON_COMPAT=( python2_7 python3_6 )
28
29 inherit python-any-r1
30
31 @@ -53,7 +53,7 @@ PATCHES=(
32 "${FILESDIR}"/automake-1.16.1-py3-pep3147-cmdline.patch
33 "${FILESDIR}"/automake-1.16.1-py3-compile-test.patch
34 )
35 -# All three patches have been submitted upstream and ignored there.
36 +# All patches have been submitted upstream.
37
38 pkg_setup() {
39 use test && python-any-r1_pkg_setup
40
41 diff --git a/sys-devel/automake/automake-9999.ebuild b/sys-devel/automake/automake-9999.ebuild
42 index d18df7f0675..9b11712acbc 100644
43 --- a/sys-devel/automake/automake-9999.ebuild
44 +++ b/sys-devel/automake/automake-9999.ebuild
45 @@ -2,7 +2,7 @@
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=7
49 -PYTHON_COMPAT=( python2_7 )
50 +PYTHON_COMPAT=( python2_7 python3_6 )
51
52 inherit python-any-r1
53
54 @@ -53,7 +53,7 @@ PATCHES=(
55 "${FILESDIR}"/automake-1.16.1-py3-pep3147-cmdline.patch
56 "${FILESDIR}"/automake-1.16.1-py3-compile-test.patch
57 )
58 -# All three patches have been submitted upstream and ignored there.
59 +# All patches have been submitted upstream.
60
61 pkg_setup() {
62 use test && python-any-r1_pkg_setup