commit: c755a24cb06df9a972fcad4382821122353afb4d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 12 11:14:19 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 11:14:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c755a24c
net-analyzer/gr-fosphor: fix PYTHON_COMPAT
Signed-off-by: David Seifert <soap <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 a95757d28db1..b26a6c758c2e 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..10} )
+PYTHON_COMPAT=( python3_{8..9} )
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 efd198c13e93..d02fe4973709 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..10} )
+PYTHON_COMPAT=( python3_{8..9} )
inherit cmake python-single-r1