diff options
author | Sven Wegener <swegener@gentoo.org> | 2023-04-10 20:59:47 +0200 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2023-04-10 21:57:02 +0200 |
commit | 38a7d34270072af2d056b0e92409a84866bfccb9 (patch) | |
tree | 9ad233b5770a001bdf7e4f2d23b92459049428e6 /app-emulation/libguestfs | |
parent | app-emulation/libguestfs-appliance: update SRC_URI (diff) | |
download | gentoo-38a7d34270072af2d056b0e92409a84866bfccb9.tar.gz gentoo-38a7d34270072af2d056b0e92409a84866bfccb9.tar.bz2 gentoo-38a7d34270072af2d056b0e92409a84866bfccb9.zip |
app-emulation/libguestfs: call python_optimize
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'app-emulation/libguestfs')
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.48.4.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/libguestfs/libguestfs-1.48.4.ebuild b/app-emulation/libguestfs/libguestfs-1.48.4.ebuild index d53662cce45a..7f8cadfd34f9 100644 --- a/app-emulation/libguestfs/libguestfs-1.48.4.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.48.4.ebuild @@ -227,6 +227,8 @@ src_install() { doman "${ED}"/usr/man/man3/Sys::Guestfs.3pm rm -rf "${ED}"/usr/man || die fi + + use python && python_optimize } pkg_postinst() { |