diff options
author | Alexander Golubev <[email protected]> | 2023-12-25 14:23:11 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-12-26 20:30:10 +0100 |
commit | 2569d36290c41e155fe81bc8a8f035ae1bcceca6 (patch) | |
tree | 3d89a7ba9135e054e69f2cf048bbe4dfb218dbb0 | |
parent | ac1f725be44bd574456287238ef44647f440f89e (diff) | |
download | tde-packaging-gentoo-2569d36290c41e155fe81bc8a8f035ae1bcceca6.tar.gz tde-packaging-gentoo-2569d36290c41e155fe81bc8a8f035ae1bcceca6.zip |
app-crypt/pinentry: EROOT -> ESYSROOT
Signed-off-by: Alexander Golubev <[email protected]>
(cherry picked from commit 130a3f6d47e1777cf0f50332aeeb55ed5e1c22f3)
-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') } |