diff options
author | Sam James <sam@gentoo.org> | 2021-07-15 04:45:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-15 04:45:18 +0100 |
commit | 20a5cf39860d7887dd5d8fd497482f3605f705d6 (patch) | |
tree | 4c93411e179817a0fe6f4d405bc5b8b42b2618e6 /net-analyzer/wireshark | |
parent | net-analyzer/wireshark: add 3.4.7 (diff) | |
download | gentoo-20a5cf39860d7887dd5d8fd497482f3605f705d6.tar.gz gentoo-20a5cf39860d7887dd5d8fd497482f3605f705d6.tar.bz2 gentoo-20a5cf39860d7887dd5d8fd497482f3605f705d6.zip |
net-analyzer/wireshark: drop Python 3.7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/wireshark-3.4.6.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-3.4.7.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/wireshark-3.4.6.ebuild b/net-analyzer/wireshark/wireshark-3.4.6.ebuild index 5e3828b57219..234f78724444 100644 --- a/net-analyzer/wireshark/wireshark-3.4.6.ebuild +++ b/net-analyzer/wireshark/wireshark-3.4.6.ebuild @@ -4,7 +4,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..2} ) -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit fcaps flag-o-matic lua-single python-any-r1 qmake-utils xdg-utils cmake diff --git a/net-analyzer/wireshark/wireshark-3.4.7.ebuild b/net-analyzer/wireshark/wireshark-3.4.7.ebuild index 32f8fdef83b9..7fd9e324e1a4 100644 --- a/net-analyzer/wireshark/wireshark-3.4.7.ebuild +++ b/net-analyzer/wireshark/wireshark-3.4.7.ebuild @@ -4,7 +4,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..2} ) -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit fcaps flag-o-matic lua-single python-any-r1 qmake-utils xdg-utils cmake diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild b/net-analyzer/wireshark/wireshark-9999.ebuild index 32f8fdef83b9..7fd9e324e1a4 100644 --- a/net-analyzer/wireshark/wireshark-9999.ebuild +++ b/net-analyzer/wireshark/wireshark-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..2} ) -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit fcaps flag-o-matic lua-single python-any-r1 qmake-utils xdg-utils cmake |