summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/wordnet')
-rw-r--r--app-dicts/wordnet/wordnet-3.0-r4.ebuild3
-rw-r--r--app-dicts/wordnet/wordnet-3.0-r5.ebuild2
2 files changed, 3 insertions, 2 deletions
diff --git a/app-dicts/wordnet/wordnet-3.0-r4.ebuild b/app-dicts/wordnet/wordnet-3.0-r4.ebuild
index c23524b5ba54..0a5853b71646 100644
--- a/app-dicts/wordnet/wordnet-3.0-r4.ebuild
+++ b/app-dicts/wordnet/wordnet-3.0-r4.ebuild
@@ -40,8 +40,9 @@ PATCHES=(
"${FILESDIR}"/${P}-format-security.patch
"${FILESDIR}"/${P}-src_stubs_c.patch
)
+
src_prepare() {
- epatch ${PATCHES[@]}
+ epatch "${PATCHES[@]}"
# Don't install all the extra docs (html, pdf, ps) without doc USE flag.
if ! use doc; then
sed -i -e "s:SUBDIRS =.*:SUBDIRS = man:" doc/Makefile.am || die
diff --git a/app-dicts/wordnet/wordnet-3.0-r5.ebuild b/app-dicts/wordnet/wordnet-3.0-r5.ebuild
index e3018e460a13..14c3929d0fa6 100644
--- a/app-dicts/wordnet/wordnet-3.0-r5.ebuild
+++ b/app-dicts/wordnet/wordnet-3.0-r5.ebuild
@@ -44,7 +44,7 @@ PATCHES=(
)
src_prepare() {
- epatch ${PATCHES[@]}
+ epatch "${PATCHES[@]}"
eapply_user
# Don't install all the extra docs (html, pdf, ps) without doc USE flag.