Skip to content

Commit

Permalink
sys-apps/kmod: call python_optimize
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/711602
Package-Manager: Portage-2.3.91_p5, Repoman-2.3.20_p113
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
floppym committed Mar 5, 2020
1 parent 232211d commit 13a5885
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ src_install() {
VPATH="${native_builddir}:${S}" \
install-pkgpyexecLTLIBRARIES \
install-dist_pkgpyexecPYTHON
#python_optimize
}

python_foreach_impl python_install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ src_install() {
VPATH="${native_builddir}:${S}" \
install-pkgpyexecLTLIBRARIES \
install-dist_pkgpyexecPYTHON
python_optimize
}

python_foreach_impl python_install
Expand Down
1 change: 1 addition & 0 deletions sys-apps/kmod/kmod-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ src_install() {
VPATH="${native_builddir}:${S}" \
install-pkgpyexecLTLIBRARIES \
install-dist_pkgpyexecPYTHON
python_optimize
}

python_foreach_impl python_install
Expand Down

0 comments on commit 13a5885

Please sign in to comment.