projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb8c21b
)
dev-libs/libbytesize: optimize python modules
author
Sven Wegener
<swegener@gentoo.org>
Thu, 14 Dec 2017 07:32:44 +0000
(07:32 +0000)
committer
Sven Wegener
<swegener@gentoo.org>
Thu, 14 Dec 2017 07:32:44 +0000
(07:32 +0000)
Package-Manager: Portage-2.3.14, Repoman-2.3.6
dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
index 132da45acc0f6628ead8d2aa8f99c66e0d1bd429..2dc795777df376a9607e28306a20fa7cc0b1d0e2 100644
(file)
--- a/
dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
+++ b/
dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
@@
-52,5
+52,10
@@
src_configure() {
src_install() {
emake install DESTDIR="${D}"
- python_foreach_impl emake -C src/python install DESTDIR="${D}"
+
+ python_install() {
+ emake -C src/python install DESTDIR="${D}"
+ python_optimize
+ }
+ python_foreach_impl python_install
}