diff options
author | Sam James <sam@gentoo.org> | 2024-03-19 09:39:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-19 09:40:11 +0000 |
commit | 6b166d6093568de62d092d97e71358904daa2481 (patch) | |
tree | f521005ce9414b199906f02f467c2f0b033614b9 /app-crypt | |
parent | x11-misc/xkeyboard-config: Stabilize 2.41 arm, #927264 (diff) | |
download | gentoo-6b166d6093568de62d092d97e71358904daa2481.tar.gz gentoo-6b166d6093568de62d092d97e71358904daa2481.tar.bz2 gentoo-6b166d6093568de62d092d97e71358904daa2481.zip |
app-crypt/pinentry: fix Qt symlink
Fixes: d4318a72783d60913a98818f9af02b118333e7d2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/pinentry/pinentry-1.3.0-r2.ebuild (renamed from app-crypt/pinentry/pinentry-1.3.0-r1.ebuild) | 4 |
1 files 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 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 } |