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 8F89F1382C5 for ; Tue, 18 May 2021 17:03:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E598DE01B5; Tue, 18 May 2021 17:03:21 +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 CCD42E01B5 for ; Tue, 18 May 2021 17:03:21 +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 CF1B5335D2E for ; Tue, 18 May 2021 17:03:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C6BF644 for ; Tue, 18 May 2021 17:03:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1621357396.4ea671282b4250b113e388b3f279daaa38ad9e2a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/python_targets.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4ea671282b4250b113e388b3f279daaa38ad9e2a X-VCS-Branch: master Date: Tue, 18 May 2021 17:03:19 +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: 8acf402c-7db3-46cd-b868-7f94763521d8 X-Archives-Hash: 87bb9717fe719bb163b54f5f1293a7e4 commit: 4ea671282b4250b113e388b3f279daaa38ad9e2a Author: Zamarin Arthur gmail com> AuthorDate: Tue May 18 16:54:08 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 18 17:03:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ea67128 profiles/desc: fix python_targets_python3_10 desc Signed-off-by: Zamarin Arthur gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20872 Signed-off-by: Michał Górny gentoo.org> profiles/desc/python_targets.desc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 6fd532d95a5..526bf6e292b 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -6,5 +6,5 @@ python3_7 - Build with Python 3.7 python3_8 - Build with Python 3.8 python3_9 - Build with Python 3.9 -python3_10 - Build with Python 3.9 +python3_10 - Build with Python 3.10 pypy3 - Build with PyPy3