diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-27 10:48:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-08-02 06:07:10 +0200 |
commit | 11a473895fa5886d6ce5897f14091149b577546f (patch) | |
tree | bc1e28947c2ec9445b57c02a6eab39845724e4ab /dev-python/pygobject | |
parent | net-wireless/blueman: Invoke eautomake to fix py-compile script (diff) | |
download | gentoo-11a473895fa5886d6ce5897f14091149b577546f.tar.gz gentoo-11a473895fa5886d6ce5897f14091149b577546f.tar.bz2 gentoo-11a473895fa5886d6ce5897f14091149b577546f.zip |
dev-python/pygobject: Call python_optimize explicitly
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pygobject')
-rw-r--r-- | dev-python/pygobject/pygobject-3.42.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pygobject/pygobject-3.42.2.ebuild b/dev-python/pygobject/pygobject-3.42.2.ebuild index 217ae21f2c4a..d411290d7520 100644 --- a/dev-python/pygobject/pygobject-3.42.2.ebuild +++ b/dev-python/pygobject/pygobject-3.42.2.ebuild @@ -65,6 +65,7 @@ python_test() { python_install() { meson_src_install + python_optimize } python_install_all() { |