From 62fa24bb8afe5b4e83a853b62649cb5a7ae100f5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 20 Jan 2017 19:52:40 -0600 Subject: fix quoting to a lot of patch calls --- sci-mathematics/prover9/prover9-2009.11a.ebuild | 2 +- sci-mathematics/twelf/twelf-1.7.1.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sci-mathematics') diff --git a/sci-mathematics/prover9/prover9-2009.11a.ebuild b/sci-mathematics/prover9/prover9-2009.11a.ebuild index 0210411c0fcf..621cf7b9b2c0 100644 --- a/sci-mathematics/prover9/prover9-2009.11a.ebuild +++ b/sci-mathematics/prover9/prover9-2009.11a.ebuild @@ -31,7 +31,7 @@ S="${WORKDIR}/${MY_P}/" src_prepare() { MAKEOPTS+=" -j1" - epatch ${PATCHES[@]} + epatch "${PATCHES[@]}" sed \ -e "/^CC =/s:gcc:$(tc-getCC):g" \ -i */Makefile || die diff --git a/sci-mathematics/twelf/twelf-1.7.1.ebuild b/sci-mathematics/twelf/twelf-1.7.1.ebuild index 7a097dd7aa21..36b867b7e2df 100644 --- a/sci-mathematics/twelf/twelf-1.7.1.ebuild +++ b/sci-mathematics/twelf/twelf-1.7.1.ebuild @@ -43,10 +43,10 @@ PATCHES=( "${FILESDIR}/${PN}-1.7.1-emacs-twelf-init.patch" "${FILESDIR}/${PN}-1.7.1-Makefile.patch" "${FILESDIR}/${PN}-1.7.1-mlton-mlb.patch" - ) +) src_prepare() { - epatch ${PATCHES[@]} + epatch "${PATCHES[@]}" sed \ -e "s@/usr/bin@${ROOT}usr/bin@g" \ -e "s@/usr/share@${ROOT}usr/share@" \ -- cgit v1.2.3-65-gdbad