From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4F48459CAB for ; Thu, 31 Mar 2016 13:53:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2D3F21C014; Thu, 31 Mar 2016 13:53:46 +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 6CE9D21C014 for ; Thu, 31 Mar 2016 13:53:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7B852340D7C for ; Thu, 31 Mar 2016 13:53:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFFC086A for ; Thu, 31 Mar 2016 13:53:43 +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: <1459432393.e853f35a081ff26d91da9cfbfe97b9d2667d7d6d.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gnupg/gnupg-2.1.11-r1.ebuild X-VCS-Directories: app-crypt/gnupg/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: e853f35a081ff26d91da9cfbfe97b9d2667d7d6d X-VCS-Branch: master Date: Thu, 31 Mar 2016 13:53:43 +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: a051910b-795e-4266-8dd6-0f96b7f9369f X-Archives-Hash: 018221cd23fa0fc4f25eb0484fa4dfc2 commit: e853f35a081ff26d91da9cfbfe97b9d2667d7d6d Author: Fabian Groffen gentoo org> AuthorDate: Thu Mar 31 13:48:54 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Mar 31 13:53:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e853f35a app-crypt/gnupg: apply same compile for to 2.1 as for 2.0, bug #577254 Package-Manager: portage-2.2.27 app-crypt/gnupg/gnupg-2.1.11-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-crypt/gnupg/gnupg-2.1.11-r1.ebuild b/app-crypt/gnupg/gnupg-2.1.11-r1.ebuild index f902135..a37e3ad 100644 --- a/app-crypt/gnupg/gnupg-2.1.11-r1.ebuild +++ b/app-crypt/gnupg/gnupg-2.1.11-r1.ebuild @@ -88,7 +88,8 @@ src_configure() { fi # glib fails and picks up clang's internal stdint.h causing weird errors - [[ ${CC} == clang ]] && export gl_cv_absolute_stdint_h=/usr/include/stdint.h + [[ ${CC} == *clang ]] && \ + export gl_cv_absolute_stdint_h=/usr/include/stdint.h econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \