diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2023-12-25 14:23:11 +0300 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2023-12-26 19:29:20 +0000 |
commit | 130a3f6d47e1777cf0f50332aeeb55ed5e1c22f3 (patch) | |
tree | 3d89a7ba9135e054e69f2cf048bbe4dfb218dbb0 | |
parent | 13bc5fe78d11442ae7dfae237591ce2a3b6dc403 (diff) | |
download | tde-packaging-gentoo-130a3f6d47e1777cf0f50332aeeb55ed5e1c22f3.tar.gz tde-packaging-gentoo-130a3f6d47e1777cf0f50332aeeb55ed5e1c22f3.zip |
app-crypt/pinentry: EROOT -> ESYSROOT
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
-rw-r--r-- | app-crypt/pinentry/pinentry-1.1.0-r3.ebuild | 6 |
1 files 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') } |