commit: 84ef304a2cdbc919b5dc6b3a5f731b84d1ec150d Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Oct 9 18:49:55 2016 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Oct 9 19:07:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ef304a
net-libs/c-client: epatch needed for gzipped patch (https://github.com/gentoo/gentoo/pull/2521 by Hummer12007) Package-Manager: portage-2.3.1 net-libs/c-client/c-client-2007f-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/c-client/c-client-2007f-r5.ebuild b/net-libs/c-client/c-client-2007f-r5.ebuild index d5a3ee6..bd1a8e8 100644 --- a/net-libs/c-client/c-client-2007f-r5.ebuild +++ b/net-libs/c-client/c-client-2007f-r5.ebuild @@ -76,7 +76,7 @@ src_prepare() { -i src/osdep/unix/Makefile || die "Respecting build flags" use topal && eapply "${FILESDIR}/${P}-topal.patch" - use chappa && eapply "${DISTDIR}/${P}-chappa-${CHAPPA_PL}-all.patch.gz" + use chappa && epatch "${DISTDIR}/${P}-chappa-${CHAPPA_PL}-all.patch.gz" elibtoolize }
