summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-09 20:49:55 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-09 21:07:13 +0200
commit84ef304a2cdbc919b5dc6b3a5f731b84d1ec150d (patch)
tree41c4b7af364126880c186d12cdf25de76d996c42
parentkde-frameworks/kservice: add missing dependencies (diff)
downloadgentoo-84ef304a2cdbc919b5dc6b3a5f731b84d1ec150d.tar.gz
gentoo-84ef304a2cdbc919b5dc6b3a5f731b84d1ec150d.tar.bz2
gentoo-84ef304a2cdbc919b5dc6b3a5f731b84d1ec150d.zip
net-libs/c-client: epatch needed for gzipped patch (https://github.com/gentoo/gentoo/pull/2521 by Hummer12007)
Package-Manager: portage-2.3.1
-rw-r--r--net-libs/c-client/c-client-2007f-r5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/c-client/c-client-2007f-r5.ebuild b/net-libs/c-client/c-client-2007f-r5.ebuild
index d5a3ee692aa4..bd1a8e816626 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
}