Gentoo-Bug: 521172
Package-Manager: Portage-2.3.6, Repoman-2.3.1
src_prepare() {
use vala && vala_src_prepare
+ # fix for parallel install
+ sed -i \
+ -e "/^py2_compile/,/^$/d" \
+ -e "/^install-data-hook/,/^$/d" \
+ bindings/pygobject/Makefile.am
sed -i "/^bash_completion/d" tools/Makefile.am
src_prepare() {
use vala && vala_src_prepare
+ # fix for parallel install
+ sed -i \
+ -e "/^py2_compile/,/^$/d" \
+ -e "/^install-data-hook/,/^$/d" \
+ bindings/pygobject/Makefile.am
sed -i "/^bash_completion/d" tools/Makefile.am