Created attachment 554122 [details] emerge --info midori It seems that "lib" in path for system plugins lookup is hardcoded here: https://github.com/midori-browser/core/blob/d51b56075a9f175be958902db1c24186ecf183e5/core/app.vala#L120 whereas the ebuild installs plugins into /usr/lib64. So midori cannot find it’s plugins with 17.1 profile where the lib->lib64 compatibility symlink is removed.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e1a1112b3bca5bef16f7d23b7f78c1f92c41eb commit 51e1a1112b3bca5bef16f7d23b7f78c1f92c41eb Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2018-12-02 16:13:45 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2018-12-02 16:15:01 +0000 www-client/midori: Bump to 7.0 Closes: https://bugs.gentoo.org/670192 Closes: https://bugs.gentoo.org/670270 Closes: https://bugs.gentoo.org/670354 Signed-off-by: Michał Górny <mgorny@gentoo.org> www-client/midori/Manifest | 1 + www-client/midori/midori-7.0.ebuild | 62 +++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+)