commit: f32c66eca642b70f3330c39bb6eea90dfbd79a42 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jun 15 10:01:34 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jun 15 10:01:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32c66ec
net-misc/ntpsec: move python_optimize call Closes: https://bugs.gentoo.org/852095 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/ntpsec/ntpsec-1.2.1-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {
