https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-p2p/dogecoin-qt-1.14.6 installs .desktop files with MimeType but does not update desktop mimeinfo cache. Discovered on: amd64 (internal ref: guru_ci)
Created attachment 865411 [details] build.log build log and emerge --info
Addressed this issue in commit: https://github.com/gentoo/guru/commit/215f621f4ab14f99625ea0c8d62f4bef724b2ab8 Thanks.
Added xdg-utils eclass in 'inherit' as well as xdg_desktop_database_update, xdg_mimeinfo_database_update in pkg_postinst() also added: pkg_postrm() { xdg_desktop_database_update xdg_mimeinfo_database_update }