[sys-auth/sssd] forgot python_optimize

This commit is contained in:
Robert Förster 2020-01-14 13:03:19 +01:00
parent 844123d350
commit 243916e015
1 changed files with 4 additions and 0 deletions

View File

@ -232,6 +232,10 @@ multilib_src_install_all() {
keepdir /var/log/sssd
systemd_dounit "${FILESDIR}/${PN}.service"
if use python; then
python_foreach_impl python_optimize
fi
}
multilib_src_test() {