From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 326E7138331 for ; Sun, 9 Oct 2016 19:07:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90335E0B62; Sun, 9 Oct 2016 19:07:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FF5FE0B62 for ; Sun, 9 Oct 2016 19:07:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B0F934160C for ; Sun, 9 Oct 2016 19:07:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 480207E1 for ; Sun, 9 Oct 2016 19:07:34 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1476040033.84ef304a2cdbc919b5dc6b3a5f731b84d1ec150d.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/c-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/c-client/c-client-2007f-r5.ebuild X-VCS-Directories: net-libs/c-client/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 84ef304a2cdbc919b5dc6b3a5f731b84d1ec150d X-VCS-Branch: master Date: Sun, 9 Oct 2016 19:07:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: eb3b1852-36b5-411a-b46c-ba1f522e23ef X-Archives-Hash: 989d18f7c7926a66a6060da2fbfcbf1d commit: 84ef304a2cdbc919b5dc6b3a5f731b84d1ec150d Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 9 18:49:55 2016 +0000 Commit: Pacho Ramos gentoo 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 }