summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2018-05-08 08:48:20 +0200
committerMartin Väth <martin@mvath.de>2018-05-08 08:48:20 +0200
commit9a648ca879a7e1b486480c8a0787d3ffbbabd36b (patch)
treeb1b1c4bd19d9d7200486518d60ff43c5c0cef2aa /app-text/stardict
parentgames-action/trackballs: inherit desktop (diff)
downloadmv-9a648ca879a7e1b486480c8a0787d3ffbbabd36b.tar.gz
mv-9a648ca879a7e1b486480c8a0787d3ffbbabd36b.tar.bz2
mv-9a648ca879a7e1b486480c8a0787d3ffbbabd36b.zip
Fix regressions of previous checkins
Diffstat (limited to 'app-text/stardict')
-rw-r--r--app-text/stardict/stardict-3.0.6-r4.ebuild2
-rw-r--r--app-text/stardict/stardict-4.0.0_pre20160518-r2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/stardict/stardict-3.0.6-r4.ebuild b/app-text/stardict/stardict-3.0.6-r4.ebuild
index a061a883..8a523f7d 100644
--- a/app-text/stardict/stardict-3.0.6-r4.ebuild
+++ b/app-text/stardict/stardict-3.0.6-r4.ebuild
@@ -84,7 +84,7 @@ src_prepare() {
sed -i '1 a # -*- coding: utf-8 -*-' tools/src/uyghur2dict.py || die
fi
- default
+ eapply_user
if ! use gnome
then sed -i \
-e 's/GNOME_DOC_INIT/GNOME_DOC_INIT([0.32],[:],[:])/' \
diff --git a/app-text/stardict/stardict-4.0.0_pre20160518-r2.ebuild b/app-text/stardict/stardict-4.0.0_pre20160518-r2.ebuild
index 88865d51..8ef822a5 100644
--- a/app-text/stardict/stardict-4.0.0_pre20160518-r2.ebuild
+++ b/app-text/stardict/stardict-4.0.0_pre20160518-r2.ebuild
@@ -119,7 +119,7 @@ src_prepare() {
eapply "${FILESDIR}/${PN}-strip-canberra.patch"
fi
- default
+ eapply_user
eautoreconf
gnome2_src_prepare
}