From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35EC3138350 for ; Mon, 20 Jan 2020 05:04:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E3C2E095E; Mon, 20 Jan 2020 05:04:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2078DE095E for ; Mon, 20 Jan 2020 05:04:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C493F34E2A9 for ; Mon, 20 Jan 2020 05:04:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BBD7E5 for ; Mon, 20 Jan 2020 05:04:52 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1579496668.6ba47d15f1dd6532626cb4fb4b1d56e4eb2fe873.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/automake/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/automake/automake-1.16.1-r2.ebuild sys-devel/automake/automake-9999.ebuild X-VCS-Directories: sys-devel/automake/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 6ba47d15f1dd6532626cb4fb4b1d56e4eb2fe873 X-VCS-Branch: master Date: Mon, 20 Jan 2020 05:04:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 32de47ad-ce7d-4437-aff2-18e5303e1588 X-Archives-Hash: 48c2c3135974a64516d65207f5cf975d commit: 6ba47d15f1dd6532626cb4fb4b1d56e4eb2fe873 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Jan 20 05:03:14 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Jan 20 05:04:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba47d15 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 gentoo.org> 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 d18df7f0675..9b11712acbc 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 d18df7f0675..9b11712acbc 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