commit: 13f284d878b7ddd4a370e1941fefd17abb5409ce Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Thu Jul 7 16:00:04 2022 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Thu Jul 7 16:01:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f284d8
net-analyzer/gr-fosphor: add python 3.10 Closes: https://bugs.gentoo.org/835432 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> net-analyzer/gr-fosphor/gr-fosphor-0.0_p20200131-r1.ebuild | 2 +- net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20200131-r1.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20200131-r1.ebuild index b26a6c758c2e..a95757d28db1 100644 --- a/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20200131-r1.ebuild +++ b/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20200131-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-single-r1 diff --git a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild index d02fe4973709..efd198c13e93 100644 --- a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild +++ b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-single-r1
