diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-09-16 11:01:09 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-09-16 11:15:59 +0200 |
commit | 828429a50c59d660b8a082f2a183787873f88ec3 (patch) | |
tree | 16a4ebfaf561495e1ecad602754166a8b125d811 /net-analyzer | |
parent | dev-perl/Data-ObjectDriver: Bump to version 0.200.0 (diff) | |
download | gentoo-828429a50c59d660b8a082f2a183787873f88ec3.tar.gz gentoo-828429a50c59d660b8a082f2a183787873f88ec3.tar.bz2 gentoo-828429a50c59d660b8a082f2a183787873f88ec3.zip |
net-analyzer/wireshark: Add python3_8 support
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Closes: https://bugs.gentoo.org/722678
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-3.2.6.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-3.3.0.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-99999999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/wireshark-3.2.6.ebuild b/net-analyzer/wireshark/wireshark-3.2.6.ebuild index a5d11219b2fa..cb2ba6e74399 100644 --- a/net-analyzer/wireshark/wireshark-3.2.6.ebuild +++ b/net-analyzer/wireshark/wireshark-3.2.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit fcaps flag-o-matic multilib python-any-r1 qmake-utils user xdg-utils cmake DESCRIPTION="A network protocol analyzer formerly known as ethereal" diff --git a/net-analyzer/wireshark/wireshark-3.3.0.ebuild b/net-analyzer/wireshark/wireshark-3.3.0.ebuild index 77a2a9acc83e..c58f2f7a6f8a 100644 --- a/net-analyzer/wireshark/wireshark-3.3.0.ebuild +++ b/net-analyzer/wireshark/wireshark-3.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit fcaps flag-o-matic multilib python-any-r1 qmake-utils user xdg-utils cmake DESCRIPTION="A network protocol analyzer formerly known as ethereal" diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index 58b92ffea158..580fa7c54d0b 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit fcaps flag-o-matic git-r3 multilib python-any-r1 qmake-utils user xdg-utils cmake DESCRIPTION="A network protocol analyzer formerly known as ethereal" |