Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/
Date: Wed, 24 Nov 2021 01:49:16
Message-Id: 1637718423.2eeab8b454a4bd85bb378a2e53413c2dd0489f56.sam@gentoo
1 commit: 2eeab8b454a4bd85bb378a2e53413c2dd0489f56
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 24 01:47:03 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 24 01:47:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eeab8b4
7
8 net-analyzer/wireshark: add Python 3.10
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/wireshark/wireshark-3.6.0.ebuild | 2 +-
13 net-analyzer/wireshark/wireshark-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-analyzer/wireshark/wireshark-3.6.0.ebuild b/net-analyzer/wireshark/wireshark-3.6.0.ebuild
17 index 77c36361aafe..07df8f9a5dfd 100644
18 --- a/net-analyzer/wireshark/wireshark-3.6.0.ebuild
19 +++ b/net-analyzer/wireshark/wireshark-3.6.0.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 LUA_COMPAT=( lua5-{1..2} )
24 -PYTHON_COMPAT=( python3_{8..9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26
27 inherit fcaps flag-o-matic lua-single python-any-r1 qmake-utils xdg-utils cmake
28
29
30 diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild b/net-analyzer/wireshark/wireshark-9999.ebuild
31 index 77c36361aafe..07df8f9a5dfd 100644
32 --- a/net-analyzer/wireshark/wireshark-9999.ebuild
33 +++ b/net-analyzer/wireshark/wireshark-9999.ebuild
34 @@ -4,7 +4,7 @@
35 EAPI=7
36
37 LUA_COMPAT=( lua5-{1..2} )
38 -PYTHON_COMPAT=( python3_{8..9} )
39 +PYTHON_COMPAT=( python3_{8..10} )
40
41 inherit fcaps flag-o-matic lua-single python-any-r1 qmake-utils xdg-utils cmake