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 DA65E139695 for ; Mon, 24 Jul 2017 13:11:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4E1FE0C5F; Mon, 24 Jul 2017 13:11:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD753E0C5C for ; Mon, 24 Jul 2017 13:11:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 676E83417E7 for ; Mon, 24 Jul 2017 13:11:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93B7874BC for ; Mon, 24 Jul 2017 13:11:22 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1500901874.9a4079e7faccc4bcf5a021616ffc03797064cb3c.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fontconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/fontconfig/fontconfig-2.12.4.ebuild X-VCS-Directories: media-libs/fontconfig/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 9a4079e7faccc4bcf5a021616ffc03797064cb3c X-VCS-Branch: master Date: Mon, 24 Jul 2017 13:11:22 +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: 6f277984-15a6-4474-a910-263f3599085f X-Archives-Hash: b59403510bf265d47aa31f604e164653 commit: 9a4079e7faccc4bcf5a021616ffc03797064cb3c Author: Fabian Groffen gentoo org> AuthorDate: Mon Jul 24 10:43:23 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Jul 24 13:11:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4079e7 media-libs/fontconfig: avoid usage of gperf (not in DEPEND) to regen Package-Manager: Portage-2.3.6-prefix, Repoman-2.3.3 media-libs/fontconfig/fontconfig-2.12.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/fontconfig/fontconfig-2.12.4.ebuild b/media-libs/fontconfig/fontconfig-2.12.4.ebuild index 4cc3c4cad21..f0359af55f1 100644 --- a/media-libs/fontconfig/fontconfig-2.12.4.ebuild +++ b/media-libs/fontconfig/fontconfig-2.12.4.ebuild @@ -45,6 +45,7 @@ src_prepare() { # Revert gperf-3.1 fix as it breaks compilation eapply -R "${FILESDIR}"/${PN}-2.12.2-gperf31.patch + export GPERF=$(type -P true) eautoreconf }