From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1302613-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A8F213933E for <garchives@archives.gentoo.org>; Thu, 15 Jul 2021 03:45:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06C38E077F; Thu, 15 Jul 2021 03:45:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4EF5E077F for <gentoo-commits@lists.gentoo.org>; Thu, 15 Jul 2021 03:45:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 900DA335CF4 for <gentoo-commits@lists.gentoo.org>; Thu, 15 Jul 2021 03:45:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E35B63F for <gentoo-commits@lists.gentoo.org>; Thu, 15 Jul 2021 03:45:31 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1626320718.20a5cf39860d7887dd5d8fd497482f3605f705d6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/wireshark-3.4.6.ebuild net-analyzer/wireshark/wireshark-3.4.7.ebuild net-analyzer/wireshark/wireshark-9999.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 20a5cf39860d7887dd5d8fd497482f3605f705d6 X-VCS-Branch: master Date: Thu, 15 Jul 2021 03:45:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: edd5f04a-3a0b-4a94-94e7-3d10f2abba7d X-Archives-Hash: 51767f23a502e071ae9eadf2648c3546 commit: 20a5cf39860d7887dd5d8fd497482f3605f705d6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jul 15 03:45:02 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jul 15 03:45:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a5cf39 net-analyzer/wireshark: drop Python 3.7 Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/wireshark/wireshark-3.4.6.ebuild | 2 +- net-analyzer/wireshark/wireshark-3.4.7.ebuild | 2 +- 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 5e3828b5721..234f7872444 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 32f8fdef83b..7fd9e324e1a 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 32f8fdef83b..7fd9e324e1a 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