diff options
author | Rick Farina <zerochaos@gentoo.org> | 2023-04-05 22:14:42 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2023-04-05 22:14:53 -0400 |
commit | 1d08b22727319dbfa7d16fd1872b2ed6d92d98fb (patch) | |
tree | 2c4fa7342ee90672bfcc92a7d94d04639600355a /net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild | |
parent | net-wireless/gr-ieee802154: enable py3.11, py3.9 (diff) | |
download | gentoo-1d08b22727319dbfa7d16fd1872b2ed6d92d98fb.tar.gz gentoo-1d08b22727319dbfa7d16fd1872b2ed6d92d98fb.tar.bz2 gentoo-1d08b22727319dbfa7d16fd1872b2ed6d92d98fb.zip |
net-analyzer/gr-fosphor: enable py3.11, py3.9
Closes: https://bugs.gentoo.org/897054
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild')
-rw-r--r-- | net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild index dd6f04d38ee8..3a6f011748ef 100644 --- a/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild +++ b/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake python-single-r1 |