diff options
author | 2023-10-21 11:12:16 +0200 | |
---|---|---|
committer | 2023-10-21 11:12:16 +0200 | |
commit | de81b741f4c3b303115a10e8356c81445eee1f0e (patch) | |
tree | a0b97660d7793e283337b1bc3c04b493f2274272 /net-analyzer | |
parent | net-analyzer/linkchecker: update HOMEPAGE (diff) | |
download | gentoo-de81b741f4c3b303115a10e8356c81445eee1f0e.tar.gz gentoo-de81b741f4c3b303115a10e8356c81445eee1f0e.tar.bz2 gentoo-de81b741f4c3b303115a10e8356c81445eee1f0e.zip |
net-analyzer/linkchecker: disable py3.9
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/linkchecker/linkchecker-10.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/linkchecker/linkchecker-10.3.0.ebuild b/net-analyzer/linkchecker/linkchecker-10.3.0.ebuild index 47300ef80424..99f1f95cbe3d 100644 --- a/net-analyzer/linkchecker/linkchecker-10.3.0.ebuild +++ b/net-analyzer/linkchecker/linkchecker-10.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="sqlite?" DISTUTILS_USE_PEP517=hatchling DISTUTILS_SINGLE_IMPL=1 |