Created attachment 918519 [details] dev-ruby:ruby-gio2-4.2.4:20250209-153255.log When sci-geosciences/qgis is installed (unless I manually edit /usr/share/mime/packages/qgis.xml to remove the offending section), the test suite of dev-ruby/ruby-gio2 fails: =============================================================================== Failure: test_icon(TestContentType) /var/tmp/portage/dev-ruby/ruby-gio2-4.2.4/work/ruby32/ruby-gnome-4.2.4/gio2/test/test-content-type.rb:25:in `test_icon' 22: end 23: 24: def test_icon => 25: assert_equal("image-jpeg", 26: @content_type.icon.names.first) 27: end 28: <"image-jpeg"> expected but was <"qgis-mime"> diff: ? qgis-mimage-jpeg =============================================================================== This is because /usr/share/mime/packages/qgis.xml includes, in lines 109-118, a <mime-type> definition for the type "image/jpeg" associating it with the icon "qgis-mime". I don't know whether Gentoo should remove this <mime-type> from the file when building qgis, change the ruby-gio2 test to look for "qgis-mime" when qgis is installed, skip the test, or something else ...
Created attachment 918520 [details] emerge-info.txt