commit:     4243ec120cc8dd0fb4ab9a34592f7af099145af0
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  6 14:41:41 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 14:41:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4243ec12

app-crypt/gnupg: Set GPGRT_CONFIG rather than ac_cv_path_GPGRT_CONFIG

Don't know why I used the latter before.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 app-crypt/gnupg/gnupg-2.4.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/gnupg/gnupg-2.4.5-r2.ebuild 
b/app-crypt/gnupg/gnupg-2.4.5-r2.ebuild
index 5b6cf6eaca80..0a5b46a69ff2 100644
--- a/app-crypt/gnupg/gnupg-2.4.5-r2.ebuild
+++ b/app-crypt/gnupg/gnupg-2.4.5-r2.ebuild
@@ -136,7 +136,7 @@ my_src_configure() {
                --enable-large-secmem
 
                CC_FOR_BUILD="$(tc-getBUILD_CC)"
-               
ac_cv_path_GPGRT_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpgrt-config"
+               GPGRT_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpgrt-config"
 
                $("${S}/configure" --help | grep -o -- '--without-.*-prefix')
        )

Reply via email to