app-i18n/ibus: fix for parallel install
authorAkinori Hattori <hattya@gentoo.org>
Tue, 1 Aug 2017 13:53:46 +0000 (22:53 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Tue, 1 Aug 2017 14:23:13 +0000 (23:23 +0900)
Gentoo-Bug: 521172

Package-Manager: Portage-2.3.6, Repoman-2.3.1

app-i18n/ibus/ibus-1.5.12.ebuild
app-i18n/ibus/ibus-1.5.15.ebuild

index 12aa72a0cdd03d039bba147afe608612e250eedc..fe21830f1857dcb0a03cb2571e5104ed9fbe93d7 100644 (file)
@@ -71,6 +71,11 @@ pkg_setup() {
 
 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
 
index 8900ff31aaeb897c62390b62f456484e55c59bcf..f589e9b2d8406e4975a856ae53f485ca16c3b8e8 100644 (file)
@@ -71,6 +71,11 @@ pkg_setup() {
 
 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