I've installed a gentoo-hadened, and I am now switching to a gentoo-hardened-selinux. While recompiling @world, pinentry does not compile, as it requires: dev-perl/Locale-gettext dev-perl/Unicode-EastAsianWidth dev-perl/Text-Unidecode everything is ok after emerging the 3 deps, but they should be included in the ebuild...
Post `emerge --info` and complete build.log from the pinentry emerge
Created attachment 378162 [details] emerge --info Sorry, forgot that. The info is of the system as it is now, after I finished rebuilding @world
The thing is that pinentry doesn't use perl at all. You can easily check by extracting pinentry tarball and running 'grep -r -i perl *' on the directory structure which gives nearly zero results, only some unrelated autotools related comments. So these deps you listed, are most certainly not pinentry's deps. What happened here was that you likely forgot to run `perl-cleaner --all` or even `perl-cleaner --reallyall` after dev-lang/perl upgrade. If you can /proof/ otherwise, reopen the bug, otherwise I'm closing this as INVALID.