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 0B0051396D0 for ; Mon, 2 Oct 2017 07:00:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BDC62BC003; Mon, 2 Oct 2017 07:00:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 064E52BC003 for ; Mon, 2 Oct 2017 07:00:44 +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 77686340DF9 for ; Mon, 2 Oct 2017 07:00:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 811BE7300 for ; Mon, 2 Oct 2017 07:00:40 +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: <1506927601.35b7efda149b4239447eda88f778c0c6a39b12a1.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.6.ebuild X-VCS-Directories: media-libs/fontconfig/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 35b7efda149b4239447eda88f778c0c6a39b12a1 X-VCS-Branch: master Date: Mon, 2 Oct 2017 07:00:40 +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: 621afdfb-b596-4199-b950-24e4d46d02ad X-Archives-Hash: 6f3d2cd031e6975c3f7eae729492cbe8 commit: 35b7efda149b4239447eda88f778c0c6a39b12a1 Author: Fabian Groffen gentoo org> AuthorDate: Mon Oct 2 07:00:01 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Oct 2 07:00:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b7efda media-libs/fontconfig: add back gperf workaround for bug #631980 Package-Manager: Portage-2.3.8, Repoman-2.3.1 media-libs/fontconfig/fontconfig-2.12.6.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/media-libs/fontconfig/fontconfig-2.12.6.ebuild b/media-libs/fontconfig/fontconfig-2.12.6.ebuild index e1a756f344f..7da223b1f2c 100644 --- a/media-libs/fontconfig/fontconfig-2.12.6.ebuild +++ b/media-libs/fontconfig/fontconfig-2.12.6.ebuild @@ -42,14 +42,8 @@ pkg_setup() { src_prepare() { default + export GPERF=$(type -P true) # avoid dependency on gperf, #631980 eautoreconf - - # this should be ok for everyone, but for safety I only apply it to - # the platform I need this for sure - if [[ ${CHOST} == *-darwin* ]] ; then - # https://bugs.freedesktop.org/show_bug.cgi?id=101280 - rm src/fcobjshash.h src/fcobjshash.gperf - fi } multilib_src_configure() {