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 247DD13835A for ; Sat, 17 Apr 2021 14:18:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6642DE0844; Sat, 17 Apr 2021 14:18:45 +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 4F369E0844 for ; Sat, 17 Apr 2021 14:18:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CFD2E340B27 for ; Sat, 17 Apr 2021 14:18:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C9E34A5 for ; Sat, 17 Apr 2021 14:18:42 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1618668881.fe5fe608339c18975fd6dd3e68f596d1d90cb2a5.floppym@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.3-r1.ebuild X-VCS-Directories: sys-devel/automake/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: fe5fe608339c18975fd6dd3e68f596d1d90cb2a5 X-VCS-Branch: master Date: Sat, 17 Apr 2021 14:18:42 +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: 3abf71fc-574c-4543-9db0-2748c413bd47 X-Archives-Hash: 98ded612414f2b04f866543c204d7042 commit: fe5fe608339c18975fd6dd3e68f596d1d90cb2a5 Author: Mike Gilbert gentoo org> AuthorDate: Sat Apr 17 14:14:41 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Apr 17 14:14:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5fe608 sys-devel/automake: add python3.{8,9} to 1.16.3 Signed-off-by: Mike Gilbert gentoo.org> sys-devel/automake/automake-1.16.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/automake/automake-1.16.3-r1.ebuild b/sys-devel/automake/automake-1.16.3-r1.ebuild index cd3307a6083..113f78c20f8 100644 --- a/sys-devel/automake/automake-1.16.3-r1.ebuild +++ b/sys-devel/automake/automake-1.16.3-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit python-any-r1