diff options
author | 2020-02-10 22:08:03 +0100 | |
---|---|---|
committer | 2020-02-10 22:24:53 +0100 | |
commit | d354f6bda46199e335a145f99fc10c2177e62921 (patch) | |
tree | d5700da90a430cbe0c9bbce9a8cadb47f6679dba /net-misc/ntpsec/ntpsec-9999.ebuild | |
parent | net-libs/pacparser: Remove py2 (diff) | |
download | gentoo-d354f6bda46199e335a145f99fc10c2177e62921.tar.gz gentoo-d354f6bda46199e335a145f99fc10c2177e62921.tar.bz2 gentoo-d354f6bda46199e335a145f99fc10c2177e62921.zip |
net-misc/ntpsec: Remove py2
Signed-off-by: Michał Górny <mgorny@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 32a1121feb40..1316806dc69d 100644 --- a/net-misc/ntpsec/ntpsec-9999.ebuild +++ b/net-misc/ntpsec/ntpsec-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE='threads(+)' inherit flag-o-matic python-r1 waf-utils systemd |