commit:     6b166d6093568de62d092d97e71358904daa2481
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 09:39:50 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 09:40:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b166d60

app-crypt/pinentry: fix Qt symlink

Fixes: d4318a72783d60913a98818f9af02b118333e7d2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../pinentry/{pinentry-1.3.0-r1.ebuild => pinentry-1.3.0-r2.ebuild}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/pinentry/pinentry-1.3.0-r1.ebuild 
b/app-crypt/pinentry/pinentry-1.3.0-r2.ebuild
similarity index 96%
rename from app-crypt/pinentry/pinentry-1.3.0-r1.ebuild
rename to app-crypt/pinentry/pinentry-1.3.0-r2.ebuild
index ec8d474a743f..65cc9de488d3 100644
--- a/app-crypt/pinentry/pinentry-1.3.0-r1.ebuild
+++ b/app-crypt/pinentry/pinentry-1.3.0-r2.ebuild
@@ -128,10 +128,10 @@ src_install() {
 
        rm "${ED}"/usr/bin/pinentry || die
 
+       # The preferred Qt implementation upstream gets installed as just 'qt'.
+       # Make a symlink for eselect-pinentry and friends.
        if use qt6 ; then
                dosym pinentry-qt /usr/bin/pinentry-qt6
-       elif use qt5 ; then
-               dosym pinentry-qt /usr/bin/pinentry-qt5
        fi
 }
 

Reply via email to