summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2017-01-20 19:52:40 -0600
committerMike Frysinger <vapier@gentoo.org>2017-01-20 19:53:52 -0600
commit62fa24bb8afe5b4e83a853b62649cb5a7ae100f5 (patch)
tree6f9c58e42a3ccffb217f702caef83b05a3226378 /app-office/texstudio
parentsys-fs/lufis: update to EAPI=6 (diff)
downloadgentoo-62fa24bb8afe5b4e83a853b62649cb5a7ae100f5.tar.gz
gentoo-62fa24bb8afe5b4e83a853b62649cb5a7ae100f5.tar.bz2
gentoo-62fa24bb8afe5b4e83a853b62649cb5a7ae100f5.zip
fix quoting to a lot of patch calls
Diffstat (limited to 'app-office/texstudio')
-rw-r--r--app-office/texstudio/texstudio-2.10.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/texstudio/texstudio-2.10.8.ebuild b/app-office/texstudio/texstudio-2.10.8.ebuild
index bdf22a040401..0e4f4b172ad3 100644
--- a/app-office/texstudio/texstudio-2.10.8.ebuild
+++ b/app-office/texstudio/texstudio-2.10.8.ebuild
@@ -59,7 +59,7 @@ S="${WORKDIR}"/${P/-/}
PATCHES=(
"${FILESDIR}"/${PN}-2.6.4-hunspell-quazip.patch
"${FILESDIR}"/${PN}-2.10.6-desktop.patch
- )
+)
src_prepare() {
find hunspell quazip utilities/poppler-data qtsingleapplication -delete || die
@@ -82,7 +82,7 @@ src_prepare() {
cp "${FILESDIR}"/texmakerx_my.pri ${PN}.pri || die
eprefixify ${PN}.pri
- epatch ${PATCHES[@]}
+ epatch "${PATCHES[@]}"
}
src_configure() {