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 /dev-tcltk/tclpython | |
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 'dev-tcltk/tclpython')
-rw-r--r-- | dev-tcltk/tclpython/tclpython-4.1-r4.ebuild | 2 | ||||
-rw-r--r-- | dev-tcltk/tclpython/tclpython-4.1-r6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/tclpython/tclpython-4.1-r4.ebuild b/dev-tcltk/tclpython/tclpython-4.1-r4.ebuild index 0600d171fede..62c604091c21 100644 --- a/dev-tcltk/tclpython/tclpython-4.1-r4.ebuild +++ b/dev-tcltk/tclpython/tclpython-4.1-r4.ebuild @@ -28,7 +28,7 @@ PATCHES=( ) src_prepare() { - epatch ${PATCHES[@]} + epatch "${PATCHES[@]}" } src_compile() { diff --git a/dev-tcltk/tclpython/tclpython-4.1-r6.ebuild b/dev-tcltk/tclpython/tclpython-4.1-r6.ebuild index ffa764f951c1..810a4504a82d 100644 --- a/dev-tcltk/tclpython/tclpython-4.1-r6.ebuild +++ b/dev-tcltk/tclpython/tclpython-4.1-r6.ebuild @@ -29,7 +29,7 @@ PATCHES=( ) src_prepare() { - epatch ${PATCHES[@]} + epatch "${PATCHES[@]}" } src_compile() { |