diff options
author | Stephen Arnold <nerdboy@gentoo.org> | 2020-03-09 16:54:18 -0700 |
---|---|---|
committer | Stephen Arnold <nerdboy@gentoo.org> | 2020-03-09 17:01:50 -0700 |
commit | 47924c9cc6c4597423b6147b2c246ab6438fa027 (patch) | |
tree | 5c57613912711a9520379c4113773536ad22eeb3 /net-misc/ntpsec/ntpsec-9999.ebuild | |
parent | toolchain.eclass: move --build dependencies to BDEPEND (diff) | |
download | gentoo-47924c9cc6c4597423b6147b2c246ab6438fa027.tar.gz gentoo-47924c9cc6c4597423b6147b2c246ab6438fa027.tar.bz2 gentoo-47924c9cc6c4597423b6147b2c246ab6438fa027.zip |
net-misc/ntpsec: add upstream patch and expand py3 compat
* closes bugs #709258 and #710414
Package-Manager: Portage-2.3.67, Repoman-2.3.17
Signed-off-by: Steve Arnold <nerdboy@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 1316806dc69d..36dc8d080881 100644 --- a/net-misc/ntpsec/ntpsec-9999.ebuild +++ b/net-misc/ntpsec/ntpsec-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE='threads(+)' inherit flag-o-matic python-r1 waf-utils systemd |