Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/
Date: Sun, 26 Sep 2021 10:18:59
Message-Id: 1632650764.892a9e2350c0ae335e4ed1287f2b7046279a27b0.pacho@gentoo
1 commit: 892a9e2350c0ae335e4ed1287f2b7046279a27b0
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 10:06:04 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 10:06:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892a9e23
7
8 app-admin/gnome-abrt: Support python 3.10
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild b/app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild
17 index f0302b220f1..44eb462bbfb 100644
18 --- a/app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild
19 +++ b/app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=8
24 -PYTHON_COMPAT=( python3_{7..9} )
25 +PYTHON_COMPAT=( python3_{7..10} )
26
27 inherit meson python-r1