So, if you choose to update to it, you will need to either:
- Rebuild a whole lot of major packages (51 in my case) with revdep-rebuild. (Portage 2.2 won't save you due to the block)
- Or, you would need to have both versions installed. Here's what I did:
Code: Select all
update to version 1.4.2; 1.2.43 gets removed due to a block
# emerge -u libpng
install the 1.2 version (1.2.43-r1) in a slot
# emerge libpng:1.2
a lot of packages are linked against libpng12.so.0, but a symlink is not installed with 1.2.43-r1
# cd /usr/lib
# ln -s libpng12.so.0.43.0 libpng12.so.0






