Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/accountsservice/
Date: Sat, 29 Oct 2022 17:44:37
Message-Id: 1667065443.98ceab7d485709c3176263affa514223b529f174.mattst88@gentoo
1 commit: 98ceab7d485709c3176263affa514223b529f174
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 17:35:06 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 17:44:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ceab7d
7
8 sys-apps/accountsservice: Add Python 3.11 compatibility
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sys-apps/accountsservice/accountsservice-22.08.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/accountsservice/accountsservice-22.08.8.ebuild b/sys-apps/accountsservice/accountsservice-22.08.8.ebuild
16 index 40e0dad498bc..897cb46e3fb2 100644
17 --- a/sys-apps/accountsservice/accountsservice-22.08.8.ebuild
18 +++ b/sys-apps/accountsservice/accountsservice-22.08.8.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25 inherit meson python-any-r1 systemd
26
27 DESCRIPTION="D-Bus interfaces for querying and manipulating user account information"