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 /sys-devel/gcc | |
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 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.6-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-3.4.6-r2.ebuild b/sys-devel/gcc/gcc-3.4.6-r2.ebuild index bcf8dc04b382..1a67640e161c 100644 --- a/sys-devel/gcc/gcc-3.4.6-r2.ebuild +++ b/sys-devel/gcc/gcc-3.4.6-r2.ebuild @@ -32,7 +32,7 @@ src_prepare() { # if you attempt to build gcj. if use objc && ! use gcj ; then epatch "${FILESDIR}"/3.4.3/libffi-without-libgcj.patch - #epatch ${FILESDIR}/3.4.3/libffi-nogcj-lib-path-fix.patch + #epatch "${FILESDIR}"/3.4.3/libffi-nogcj-lib-path-fix.patch fi # Fix cross-compiling |