From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7135B1581B9 for ; Sun, 05 Oct 2025 13:39:24 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 56BAF3417FE for ; Sun, 05 Oct 2025 13:39:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C296F110374; Sun, 05 Oct 2025 13:39:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B98FF110374 for ; Sun, 05 Oct 2025 13:39:20 +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 6EAAB3410C3 for ; Sun, 05 Oct 2025 13:39:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A284427C8 for ; Sun, 05 Oct 2025 13:39:18 +0000 (UTC) From: "Sam James" 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" Message-ID: <1759671513.6f99c2da956919d9201c0038cbf47270d6971cdc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libksba/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libksba/libksba-1.6.7.ebuild X-VCS-Directories: dev-libs/libksba/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6f99c2da956919d9201c0038cbf47270d6971cdc X-VCS-Branch: master Date: Sun, 05 Oct 2025 13:39:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29520048-f899-4793-bd9e-dc2429473224 X-Archives-Hash: 6685c96ee11eeb9713c48bb292e3f79a commit: 6f99c2da956919d9201c0038cbf47270d6971cdc Author: Esteve Varela Colominas gmail com> AuthorDate: Sun Oct 5 11:55:46 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 5 13:38:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f99c2da dev-libs/libksba: Set GPGRT_CONFIG for cross compilation This aids some uncommon use cases such as cross compiling this within a gentoo prefix. Closes: https://bugs.gentoo.org/963811 Signed-off-by: Esteve Varela Colominas gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44045 Closes: https://github.com/gentoo/gentoo/pull/44045 Signed-off-by: Sam James gentoo.org> dev-libs/libksba/libksba-1.6.7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libksba/libksba-1.6.7.ebuild b/dev-libs/libksba/libksba-1.6.7.ebuild index e7b5624907d9..c0c8449f815f 100644 --- a/dev-libs/libksba/libksba-1.6.7.ebuild +++ b/dev-libs/libksba/libksba-1.6.7.ebuild @@ -49,6 +49,7 @@ my_src_configure() { GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config" LIBGCRYPT_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-libgcrypt-config" + GPGRT_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpgrt-config" ) econf "${myeconfargs[@]}"