summaryrefslogtreecommitdiff
path: root/app-crypt/pinentry
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-13 03:04:35 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-13 03:04:35 -0500
commitd6c616f80bd44aa3323ca5211338d251e1215938 (patch)
tree9597c13f86588aca7eeb854a486440bdcace1c30 /app-crypt/pinentry
parent40d2213d241ba50dbaf9b311a92a93e480fbd474 (diff)
downloadbaldeagleos-repo-d6c616f80bd44aa3323ca5211338d251e1215938.tar.gz
baldeagleos-repo-d6c616f80bd44aa3323ca5211338d251e1215938.tar.xz
baldeagleos-repo-d6c616f80bd44aa3323ca5211338d251e1215938.zip
Adding metadata
Diffstat (limited to 'app-crypt/pinentry')
-rw-r--r--app-crypt/pinentry/pinentry-1.3.2-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-crypt/pinentry/pinentry-1.3.2-r1.ebuild b/app-crypt/pinentry/pinentry-1.3.2-r1.ebuild
index 0230fffd7461..7186bfd3b346 100644
--- a/app-crypt/pinentry/pinentry-1.3.2-r1.ebuild
+++ b/app-crypt/pinentry/pinentry-1.3.2-r1.ebuild
@@ -86,9 +86,8 @@ src_configure() {
)
if use qt6 ; then
- export PATH="$(qt6_get_bindir):${PATH}"
- export QTLIB="$(qt6_get_libdir):${QTLIB}"
- export MOC="$(qt6_get_libexecdir)/moc"
+ export PATH="${BROOT}$(qt_get_bindir 6):${PATH}"
+ export MOC="$(qt_get_broot_binary 6 moc)"
myeconfargs+=(
$(use_enable wayland kf6-wayland)