diff options
author | Sven Wegener <swegener@gentoo.org> | 2024-08-31 21:25:46 +0200 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2024-08-31 22:52:10 +0200 |
commit | 470570c15a2d14afda43a1b1c99c502335bb1016 (patch) | |
tree | 0303ec8a23628ce2e0041f06d1a72ff4ba1b3b70 /net-fs/samba/samba-4.19.7.ebuild | |
parent | media-sound/qastools: Stabilize 1.4.0 x86, #938713 (diff) | |
download | gentoo-470570c15a2d14afda43a1b1c99c502335bb1016.tar.gz gentoo-470570c15a2d14afda43a1b1c99c502335bb1016.tar.bz2 gentoo-470570c15a2d14afda43a1b1c99c502335bb1016.zip |
net-fs/samba: optimize python modules
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'net-fs/samba/samba-4.19.7.ebuild')
-rw-r--r-- | net-fs/samba/samba-4.19.7.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-fs/samba/samba-4.19.7.ebuild b/net-fs/samba/samba-4.19.7.ebuild index 0911ede7e865..488e63e216c4 100644 --- a/net-fs/samba/samba-4.19.7.ebuild +++ b/net-fs/samba/samba-4.19.7.ebuild @@ -368,6 +368,8 @@ multilib_src_install() { dosym nmb.service "$(systemd_get_systemunitdir)/nmbd.service" dosym smb.service "$(systemd_get_systemunitdir)/smbd.service" dosym winbind.service "$(systemd_get_systemunitdir)/winbindd.service" + + use python && python_optimize fi if use pam && use winbind ; then |