Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/
Date: Wed, 16 Sep 2020 09:16:06
Message-Id: 1600247759.828429a50c59d660b8a082f2a183787873f88ec3.jer@gentoo
1 commit: 828429a50c59d660b8a082f2a183787873f88ec3
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 16 09:01:09 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 16 09:15:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=828429a5
7
8 net-analyzer/wireshark: Add python3_8 support
9
10 Package-Manager: Portage-3.0.7, Repoman-3.0.1
11 Closes: https://bugs.gentoo.org/722678
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 net-analyzer/wireshark/wireshark-3.2.6.ebuild | 2 +-
15 net-analyzer/wireshark/wireshark-3.3.0.ebuild | 2 +-
16 net-analyzer/wireshark/wireshark-99999999.ebuild | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/net-analyzer/wireshark/wireshark-3.2.6.ebuild b/net-analyzer/wireshark/wireshark-3.2.6.ebuild
20 index a5d11219b2f..cb2ba6e7439 100644
21 --- a/net-analyzer/wireshark/wireshark-3.2.6.ebuild
22 +++ b/net-analyzer/wireshark/wireshark-3.2.6.ebuild
23 @@ -2,7 +2,7 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 -PYTHON_COMPAT=( python3_{6,7} )
28 +PYTHON_COMPAT=( python3_{6,7,8} )
29 inherit fcaps flag-o-matic multilib python-any-r1 qmake-utils user xdg-utils cmake
30
31 DESCRIPTION="A network protocol analyzer formerly known as ethereal"
32
33 diff --git a/net-analyzer/wireshark/wireshark-3.3.0.ebuild b/net-analyzer/wireshark/wireshark-3.3.0.ebuild
34 index 77a2a9acc83..c58f2f7a6f8 100644
35 --- a/net-analyzer/wireshark/wireshark-3.3.0.ebuild
36 +++ b/net-analyzer/wireshark/wireshark-3.3.0.ebuild
37 @@ -2,7 +2,7 @@
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=7
41 -PYTHON_COMPAT=( python3_{6,7} )
42 +PYTHON_COMPAT=( python3_{6,7,8} )
43 inherit fcaps flag-o-matic multilib python-any-r1 qmake-utils user xdg-utils cmake
44
45 DESCRIPTION="A network protocol analyzer formerly known as ethereal"
46
47 diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild
48 index 58b92ffea15..580fa7c54d0 100644
49 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild
50 +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
51 @@ -2,7 +2,7 @@
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=7
55 -PYTHON_COMPAT=( python3_{6,7} )
56 +PYTHON_COMPAT=( python3_{6,7,8} )
57 inherit fcaps flag-o-matic git-r3 multilib python-any-r1 qmake-utils user xdg-utils cmake
58
59 DESCRIPTION="A network protocol analyzer formerly known as ethereal"