diff options
author | Mike Frysinger <vapier@gentoo.org> | 2017-01-20 19:52:40 -0600 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2017-01-20 19:53:52 -0600 |
commit | 62fa24bb8afe5b4e83a853b62649cb5a7ae100f5 (patch) | |
tree | 6f9c58e42a3ccffb217f702caef83b05a3226378 /app-dicts/wordnet | |
parent | sys-fs/lufis: update to EAPI=6 (diff) | |
download | gentoo-62fa24bb8afe5b4e83a853b62649cb5a7ae100f5.tar.gz gentoo-62fa24bb8afe5b4e83a853b62649cb5a7ae100f5.tar.bz2 gentoo-62fa24bb8afe5b4e83a853b62649cb5a7ae100f5.zip |
fix quoting to a lot of patch calls
Diffstat (limited to 'app-dicts/wordnet')
-rw-r--r-- | app-dicts/wordnet/wordnet-3.0-r4.ebuild | 3 | ||||
-rw-r--r-- | app-dicts/wordnet/wordnet-3.0-r5.ebuild | 2 |
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. |