From 130a3f6d47e1777cf0f50332aeeb55ed5e1c22f3 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Mon, 25 Dec 2023 14:23:11 +0300 Subject: app-crypt/pinentry: EROOT -> ESYSROOT Signed-off-by: Alexander Golubev --- 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 8550148c..64a092c2 100644 --- a/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild +++ b/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild @@ -77,10 +77,10 @@ src_configure() { $(use_enable tqt pinentry-tqt) \ $(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') } -- cgit v1.2.1