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 BFB5B138359 for ; Tue, 6 Oct 2020 16:36:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01EC1E0A8C; Tue, 6 Oct 2020 16:36:09 +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 D8E25E0A8C for ; Tue, 6 Oct 2020 16:36:08 +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 5B579340E13 for ; Tue, 6 Oct 2020 16:36:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2215C334 for ; Tue, 6 Oct 2020 16:36:05 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1602002160.1d1fb6685105ab33101947f6c0076eb21b339e2b.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ca-certificates/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild X-VCS-Directories: app-misc/ca-certificates/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 1d1fb6685105ab33101947f6c0076eb21b339e2b X-VCS-Branch: master Date: Tue, 6 Oct 2020 16:36:05 +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: e2e35dd5-7ef4-4266-90c5-bfff25b219a7 X-Archives-Hash: bc2107ae49eea43ebdd7dd53c1fa5014 commit: 1d1fb6685105ab33101947f6c0076eb21b339e2b Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Tue Oct 6 14:23:07 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Oct 6 16:36:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1fb668 app-misc/ca-certificates: python3_9 Closes: https://bugs.gentoo.org/745063 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/17820 Signed-off-by: Lars Wendler gentoo.org> app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild b/app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild index 42e6aad920a..eeca491e653 100644 --- a/app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild +++ b/app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild @@ -26,7 +26,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit eutils python-any-r1