diff options
author | 2021-05-30 05:38:34 +0000 | |
---|---|---|
committer | 2021-05-30 05:45:13 +0000 | |
commit | 45af7a2dee10bed908bb3d187f0c3371f4584ac3 (patch) | |
tree | b0254c1e2f31817d460fe5cf917ae7876f5eee59 /net-misc/ntpsec/ntpsec-9999.ebuild | |
parent | dev-vcs/mercurial: remove zsh-completion use on -9999 (diff) | |
download | gentoo-45af7a2dee10bed908bb3d187f0c3371f4584ac3.tar.gz gentoo-45af7a2dee10bed908bb3d187f0c3371f4584ac3.tar.bz2 gentoo-45af7a2dee10bed908bb3d187f0c3371f4584ac3.zip |
net-misc/ntpsec: propagate Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/ntpsec/ntpsec-9999.ebuild')
-rw-r--r-- | net-misc/ntpsec/ntpsec-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/ntpsec/ntpsec-9999.ebuild b/net-misc/ntpsec/ntpsec-9999.ebuild index 361635d422b3..7833fafd9711 100644 --- a/net-misc/ntpsec/ntpsec-9999.ebuild +++ b/net-misc/ntpsec/ntpsec-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) PYTHON_REQ_USE='threads(+)' inherit flag-o-matic python-r1 waf-utils systemd |