From 828429a50c59d660b8a082f2a183787873f88ec3 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Wed, 16 Sep 2020 11:01:09 +0200 Subject: 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 --- net-analyzer/wireshark/wireshark-3.2.6.ebuild | 2 +- net-analyzer/wireshark/wireshark-3.3.0.ebuild | 2 +- 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" -- cgit v1.2.3-65-gdbad