diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-08-01 21:21:39 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-08-01 21:23:01 +0900 |
commit | 8492bca31b1ddc2e06f4f23affd2c9667ddb693a (patch) | |
tree | 770d05eca0f8753c3271a9502d327783ec8c6877 /dev-python/cangjie | |
parent | dev-python/cangjie: update to EAPI 7 (diff) | |
download | gentoo-8492bca31b1ddc2e06f4f23affd2c9667ddb693a.tar.gz gentoo-8492bca31b1ddc2e06f4f23affd2c9667ddb693a.tar.bz2 gentoo-8492bca31b1ddc2e06f4f23affd2c9667ddb693a.zip |
dev-python/cangjie: call python_optimize
Closes: https://bugs.gentoo.org/727046
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'dev-python/cangjie')
-rw-r--r-- | dev-python/cangjie/cangjie-1.3-r1.ebuild (renamed from dev-python/cangjie/cangjie-1.3.ebuild) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/cangjie/cangjie-1.3.ebuild b/dev-python/cangjie/cangjie-1.3-r1.ebuild index c3b821370277..646ccfa41771 100644 --- a/dev-python/cangjie/cangjie-1.3.ebuild +++ b/dev-python/cangjie/cangjie-1.3-r1.ebuild @@ -43,7 +43,11 @@ src_test() { } src_install() { - python_foreach_impl run_in_build_dir default + python_install() { + default + python_optimize + } + python_foreach_impl run_in_build_dir python_install einstalldocs find "${D}" -name '*.la' -delete || die |