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 0F3691382C5 for ; Thu, 15 Feb 2018 17:09:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D462E0A9E; Thu, 15 Feb 2018 17:09:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DC8B8E0A9E for ; Thu, 15 Feb 2018 17:09:04 +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 D13D2335C2F for ; Thu, 15 Feb 2018 17:09:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AEC71E1 for ; Thu, 15 Feb 2018 17:09:01 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1518712832.095a6ba36526256283c2918c88cc55b0e59906c5.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgcrypt/libgcrypt-1.8.2-r2.ebuild X-VCS-Directories: dev-libs/libgcrypt/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 095a6ba36526256283c2918c88cc55b0e59906c5 X-VCS-Branch: master Date: Thu, 15 Feb 2018 17:09:01 +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: 10646bf5-26c4-4435-8f1f-bce02e38d015 X-Archives-Hash: d67585a64ff864178c6a37a6378612f0 commit: 095a6ba36526256283c2918c88cc55b0e59906c5 Author: Alon Bar-Lev gentoo org> AuthorDate: Thu Feb 15 16:40:13 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Thu Feb 15 16:40:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=095a6ba3 dev-libs/libgcrypt: fix prefix path for gpg-error-config Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://bugs.gentoo.org/show_bug.cgi?id=647706 dev-libs/libgcrypt/libgcrypt-1.8.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.2-r2.ebuild b/dev-libs/libgcrypt/libgcrypt-1.8.2-r2.ebuild index ccdca0790c0..728bcb0f749 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.8.2-r2.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.8.2-r2.ebuild @@ -58,7 +58,7 @@ multilib_src_configure() { $([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm") $([[ ${CHOST} == sparcv9-*-solaris* ]] && echo "--disable-asm") - GPG_ERROR_CONFIG=/usr/bin/${CHOST}-gpg-error-config + GPG_ERROR_CONFIG="${EPREFIX}/usr/bin/${CHOST}-gpg-error-config" ) ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" }