summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2023-12-25 14:23:11 +0300
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2023-12-26 19:29:20 +0000
commit130a3f6d47e1777cf0f50332aeeb55ed5e1c22f3 (patch)
tree3d89a7ba9135e054e69f2cf048bbe4dfb218dbb0
parent13bc5fe78d11442ae7dfae237591ce2a3b6dc403 (diff)
downloadtde-packaging-gentoo-130a3f6d.tar.gz
tde-packaging-gentoo-130a3f6d.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.ebuild6
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')
}