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 /sci-mathematics/prover9
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 'sci-mathematics/prover9')
-rw-r--r--sci-mathematics/prover9/prover9-2009.11a.ebuild2
1 files changed, 1 insertions, 1 deletions
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