From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1445163-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 0A191158094
	for <garchives@archives.gentoo.org>; Sun,  9 Oct 2022 21:12:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D41A6E0839;
	Sun,  9 Oct 2022 21:12:22 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id B794AE07EE
	for <gentoo-commits@lists.gentoo.org>; Sun,  9 Oct 2022 21:12:22 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A0016340F2C
	for <gentoo-commits@lists.gentoo.org>; Sun,  9 Oct 2022 21:12:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E6EF4602
	for <gentoo-commits@lists.gentoo.org>; Sun,  9 Oct 2022 21:12:19 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1665349745.b88409f46c96ce91536762af9b1401649e00d7e6.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgpg-error/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/libgpg-error/libgpg-error-1.46-r1.ebuild
X-VCS-Directories: dev-libs/libgpg-error/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: b88409f46c96ce91536762af9b1401649e00d7e6
X-VCS-Branch: master
Date: Sun,  9 Oct 2022 21:12:19 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c0c4d2cc-278b-4c9b-a9db-fec900e6c609
X-Archives-Hash: 68d75ba9bf3f3336d0e1161f8eb6b372

commit:     b88409f46c96ce91536762af9b1401649e00d7e6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 21:09:05 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 21:09:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88409f4

dev-libs/libgpg-error: add commentary wrt gpg-error-config & gpgme-config

Bug: https://bugs.gentoo.org/699206
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libgpg-error/libgpg-error-1.46-r1.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-libs/libgpg-error/libgpg-error-1.46-r1.ebuild b/dev-libs/libgpg-error/libgpg-error-1.46-r1.ebuild
index 0e230fcc57db..b8677bb2428b 100644
--- a/dev-libs/libgpg-error/libgpg-error-1.46-r1.ebuild
+++ b/dev-libs/libgpg-error/libgpg-error-1.46-r1.ebuild
@@ -67,7 +67,12 @@ multilib_src_configure() {
 		# required for sys-power/suspend[crypt], bug 751568
 		$(use_enable static-libs static)
 		$(use_enable test tests)
+
+		# See bug #699206 and its duplicates wrt gpgme-config
+		# Upstream no longer install this by default and we should
+		# seek to disable it at some point.
 		--enable-install-gpg-error-config
+
 		--enable-threads
 		CC_FOR_BUILD="$(tc-getBUILD_CC)"
 		$("${S}/configure" --help | grep -o -- '--without-.*-prefix')