commit:     26e6daed9772c4eec8aabe5ffba0588a0d08fe40
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 13:33:25 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 13:34:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e6daed

app-crypt/pinentry: use ESYSROOT properly

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 app-crypt/pinentry/pinentry-1.1.0-r3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild 
b/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
index b1f94a63c96..a86c83d4d9f 100644
--- a/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
+++ b/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
@@ -67,10 +67,10 @@ src_configure() {
                $(use_enable qt5 pinentry-qt) \
                $(use_with caps libcap) \
                --enable-pinentry-tty \
-               FLTK_CONFIG="${EROOT}/usr/bin/fltk-config" \
+               FLTK_CONFIG="${ESYSROOT}/usr/bin/fltk-config" \
                MOC="$(qt5_get_bindir)"/moc \
-               GPG_ERROR_CONFIG="${EROOT}/usr/bin/${CHOST}-gpg-error-config" \
-               LIBASSUAN_CONFIG="${EROOT}/usr/bin/libassuan-config" \
+               
GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config" \
+               LIBASSUAN_CONFIG="${ESYSROOT}/usr/bin/libassuan-config" \
                $("${S}/configure" --help | grep -- '--without-.*-prefix' | sed 
-e 's/^ *\([^ ]*\) .*/\1/g')
 }
 

Reply via email to