To compile sci-libs/opencascade-7.6.3 I had to downgrade sci-libs/vtk from 9.2.2 to 9.1.0-r4 so I masked sci-libs/vtk-9.2.2, emerged vtk-9.1.0-r4 and now opencascade-7.6.3 emerged just fine. But now.. when I do [code]emerge -s vtk it shows: * sci-libs/vtk Latest version available: 9.1.0-r4 Latest version installed: 9.2.2 Size of files: 1.214.083 KiB Homepage: https://www.vtk.org/ Description: The Visualization Toolkit License: BSD LGPL-2[/code] and that I don't understand because the latest version installed is vtk-9.1.0-r4 So portage does something wrong here. Reproducible: Always Steps to Reproduce: 1. emerge -s vtk 2. 3. Actual Results: see above Expected Results: [code]* sci-libs/vtk Latest version available: 9.1.0-r4 Latest version installed: 9.1.0-r4 Size of files: 1.214.083 KiB Homepage: https://www.vtk.org/ Description: The Visualization Toolkit License: BSD LGPL-2[/code]
Shouldn't it be expected that the "latest version available" is 9.2.2 and the "latest version installed" is 9.1.0-r4?
Please attach the content of /var/cache/edb/vdb_metadata_delta.json.
/var/cache/edb/vdb_metadata_delta.json: {"version": "1", "timestamp": 1671040022.7187288, "deltas": [{"event": "add", "package": "mail-client/thunderbird-bin", "version": "102.6.0", "slot": "0", "counter": "27033"}, {"event": "add", "package": "media-video/pipewire", "version": "0.3.62-r1", "slot": "0", "counter": "27034"}, {"event": "add", "package": "sci-libs/vtk", "version": "9.1.0-r4", "slot": "0", "counter": "27035"}, {"event": "add", "package": "sci-libs/opencascade", "version": "7.6.3", "slot": "0", "counter": "27036"}]}
@John Helmert III vtk-9.2.2 is masked so it should not be available.