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-java/gnu-hylafax | |
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-java/gnu-hylafax')
-rw-r--r-- | dev-java/gnu-hylafax/gnu-hylafax-1.0.3-r2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-java/gnu-hylafax/gnu-hylafax-1.0.3-r2.ebuild b/dev-java/gnu-hylafax/gnu-hylafax-1.0.3-r2.ebuild index 04bfbb815c71..ebfbb6697d6f 100644 --- a/dev-java/gnu-hylafax/gnu-hylafax-1.0.3-r2.ebuild +++ b/dev-java/gnu-hylafax/gnu-hylafax-1.0.3-r2.ebuild @@ -36,9 +36,8 @@ JAVA_GENTOO_CLASSPATH=" S="${WORKDIR}/${P}" -# bug 546502 PATCHES=( - "${FILESDIR}"/"${P}"-ClientPool.patch + "${FILESDIR}"/"${P}"-ClientPool.patch #546502 ) java_prepare() { @@ -48,6 +47,5 @@ java_prepare() { # tarball contains the same sources in gnu-.../sources and gnu-.../main/ rm -r gnu-hylafax-*/sources || die - epatch ${PATCHES[@]} - + epatch "${PATCHES[@]}" } |