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 C75FF1396D0 for ; Thu, 5 Oct 2017 13:04:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E707FE0C04; Thu, 5 Oct 2017 13:04:22 +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 CA986E0C04 for ; Thu, 5 Oct 2017 13:04:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A4F6B33BDE1 for ; Thu, 5 Oct 2017 13:04:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EECD746E for ; Thu, 5 Oct 2017 13:04:17 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1507208651.33ee73e5adc5d64d366a35416d3fa408ffdecbe1.polynomial-c@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: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 33ee73e5adc5d64d366a35416d3fa408ffdecbe1 X-VCS-Branch: master Date: Thu, 5 Oct 2017 13:04:17 +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: 7bd55a4d-e717-4067-b2e1-56ee04c098e3 X-Archives-Hash: bb59c223b4a427670ac429b34ce1674f commit: 33ee73e5adc5d64d366a35416d3fa408ffdecbe1 Author: Lars Wendler gentoo org> AuthorDate: Thu Oct 5 13:04:11 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Oct 5 13:04:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ee73e5 media-libs/fontconfig: Added missing die. Package-Manager: Portage-2.3.11, Repoman-2.3.3 media-libs/fontconfig/fontconfig-2.12.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/fontconfig/fontconfig-2.12.6.ebuild b/media-libs/fontconfig/fontconfig-2.12.6.ebuild index 900c0106073..6cfcc3f9fb4 100644 --- a/media-libs/fontconfig/fontconfig-2.12.6.ebuild +++ b/media-libs/fontconfig/fontconfig-2.12.6.ebuild @@ -44,7 +44,7 @@ src_prepare() { default export GPERF=$(type -P true) # avoid dependency on gperf, #631980 sed -i -e 's/FC_GPERF_SIZE_T="unsigned int"/FC_GPERF_SIZE_T=size_t/' \ - configure.ac # rest of gperf dependency fix, #631920 + configure.ac || die # rest of gperf dependency fix, #631920 eautoreconf }