diff options
author | Sam James <sam@gentoo.org> | 2022-06-15 11:01:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-15 11:01:34 +0100 |
commit | f32c66eca642b70f3330c39bb6eea90dfbd79a42 (patch) | |
tree | e6b11590241eba58440586fad26dea8fc5d44ede /net-misc/ntpsec | |
parent | sys-auth/ykpers: general overhaul (diff) | |
download | gentoo-f32c66eca642b70f3330c39bb6eea90dfbd79a42.tar.gz gentoo-f32c66eca642b70f3330c39bb6eea90dfbd79a42.tar.bz2 gentoo-f32c66eca642b70f3330c39bb6eea90dfbd79a42.zip |
net-misc/ntpsec: move python_optimize call
Closes: https://bugs.gentoo.org/852095
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/ntpsec')
-rw-r--r-- | net-misc/ntpsec/ntpsec-1.2.1-r6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/ntpsec/ntpsec-1.2.1-r6.ebuild b/net-misc/ntpsec/ntpsec-1.2.1-r6.ebuild index 74844e4dbb14..d595a8ac6425 100644 --- a/net-misc/ntpsec/ntpsec-1.2.1-r6.ebuild +++ b/net-misc/ntpsec/ntpsec-1.2.1-r6.ebuild @@ -125,7 +125,6 @@ python_test() { src_install() { distutils-r1_src_install - python_optimize # Install heat generating scripts use heat && dosbin "${S}"/contrib/ntpheat{,usb} @@ -158,6 +157,7 @@ src_install() { python_install() { waf-utils_src_install --notests python_fix_shebang "${ED}" + python_optimize } pkg_postinst() { |