Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/
Date: Tue, 18 May 2021 17:03:22
Message-Id: 1621357396.4ea671282b4250b113e388b3f279daaa38ad9e2a.mgorny@gentoo
1 commit: 4ea671282b4250b113e388b3f279daaa38ad9e2a
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Tue May 18 16:54:08 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 17:03:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ea67128
7
8 profiles/desc: fix python_targets_python3_10 desc
9
10 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/20872
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 profiles/desc/python_targets.desc | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc
18 index 6fd532d95a5..526bf6e292b 100644
19 --- a/profiles/desc/python_targets.desc
20 +++ b/profiles/desc/python_targets.desc
21 @@ -6,5 +6,5 @@
22 python3_7 - Build with Python 3.7
23 python3_8 - Build with Python 3.8
24 python3_9 - Build with Python 3.9
25 -python3_10 - Build with Python 3.9
26 +python3_10 - Build with Python 3.10
27 pypy3 - Build with PyPy3