diff options
author | David Seifert <soap@gentoo.org> | 2022-03-12 12:14:19 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-12 12:14:19 +0100 |
commit | c755a24cb06df9a972fcad4382821122353afb4d (patch) | |
tree | ca874af055f6c0089ad5d50c2621722fb3ea7ccf /net-analyzer/gr-fosphor | |
parent | dev-python/gmpy: Stabilize 2.1.2 hppa, #834182 (diff) | |
download | gentoo-c755a24cb06df9a972fcad4382821122353afb4d.tar.gz gentoo-c755a24cb06df9a972fcad4382821122353afb4d.tar.bz2 gentoo-c755a24cb06df9a972fcad4382821122353afb4d.zip |
net-analyzer/gr-fosphor: fix PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-analyzer/gr-fosphor')
-rw-r--r-- | net-analyzer/gr-fosphor/gr-fosphor-0.0_p20200131-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 |