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 /net-libs/http-parser | |
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 'net-libs/http-parser')
-rw-r--r-- | net-libs/http-parser/http-parser-2.6.1.ebuild | 2 | ||||
-rw-r--r-- | net-libs/http-parser/http-parser-2.6.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/http-parser/http-parser-2.6.1.ebuild b/net-libs/http-parser/http-parser-2.6.1.ebuild index ae7e9ebe60d2..7efb09979fa3 100644 --- a/net-libs/http-parser/http-parser-2.6.1.ebuild +++ b/net-libs/http-parser/http-parser-2.6.1.ebuild @@ -26,7 +26,7 @@ PATCHES=( src_prepare() { tc-export CC AR - epatch ${PATCHES[@]} + epatch "${PATCHES[@]}" multilib_copy_sources } diff --git a/net-libs/http-parser/http-parser-2.6.2.ebuild b/net-libs/http-parser/http-parser-2.6.2.ebuild index 947e47d6ed56..e926ae32e895 100644 --- a/net-libs/http-parser/http-parser-2.6.2.ebuild +++ b/net-libs/http-parser/http-parser-2.6.2.ebuild @@ -26,7 +26,7 @@ PATCHES=( src_prepare() { tc-export CC AR - epatch ${PATCHES[@]} + epatch "${PATCHES[@]}" multilib_copy_sources } |