Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gconf/
Date: Fri, 02 Jul 2021 21:37:18
Message-Id: 1625261655.d56ffa96f24c18cc04a9466e4da7f82c34bb77db.leio@gentoo
1 commit: d56ffa96f24c18cc04a9466e4da7f82c34bb77db
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 2 21:33:43 2021 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 2 21:34:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d56ffa96
7
8 gnome-base/gconf: Enable py3.10
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 gnome-base/gconf/gconf-3.2.6-r5.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/gnome-base/gconf/gconf-3.2.6-r5.ebuild b/gnome-base/gconf/gconf-3.2.6-r5.ebuild
17 index 9345785514a..54c7cfefd33 100644
18 --- a/gnome-base/gconf/gconf-3.2.6-r5.ebuild
19 +++ b/gnome-base/gconf/gconf-3.2.6-r5.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 GNOME_ORG_MODULE="GConf"
28 GNOME2_LA_PUNT="yes"
29 -PYTHON_COMPAT=( python3_{7,8,9} )
30 +PYTHON_COMPAT=( python3_{8..10} )
31 PYTHON_REQ_USE="xml"
32
33 inherit gnome2 multilib-minimal python-single-r1