Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gnome-nettool/
Date: Sat, 29 Oct 2022 17:44:34
Message-Id: 1667065441.1466dedb5aa1f8e438c5f9bf1c77041b841726f3.mattst88@gentoo
1 commit: 1466dedb5aa1f8e438c5f9bf1c77041b841726f3
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 17:28:52 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 17:44:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1466dedb
7
8 net-analyzer/gnome-nettool: Add Python 3.11 compatibility
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild b/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
16 index cd1094cb845c..ff21a01c7206 100644
17 --- a/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
18 +++ b/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25 inherit gnome.org gnome2-utils meson python-any-r1 xdg
26
27 DESCRIPTION="Graphical front-ends to various networking command-line"