commit: 2e518193fb981eaa830104563621b383f4207843
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 14:43:29 2019 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 15:13:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e518193
sci-libs/libsigrok: Optimize python modules
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
sci-libs/libsigrok/libsigrok-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-libs/libsigrok/libsigrok-9999.ebuild
b/sci-libs/libsigrok/libsigrok-9999.ebuild
index 22fa3622f09..434df74ec09 100644
--- a/sci-libs/libsigrok/libsigrok-9999.ebuild
+++ b/sci-libs/libsigrok/libsigrok-9999.ebuild
@@ -134,6 +134,7 @@ each_ruby_install() {
each_python_install() {
cd "${BUILD_DIR}"
emake python-install DESTDIR="${D}"
+ python_optimize
}
src_install() {