After updating ICU to latest version (and automatically rebuild all dependencies) I've found that `ncmpcpp` wont start cuz unable to find old ICU library. Checking readelf output I've found that it links explicitly to it (if USE=unicode enabled): ~ $ readelf -d `which ncmpcpp` | grep libicu 0x0000000000000001 (NEEDED) Shared library: [libicuuc.so.55] So ebuild needs to be fixed to reflect this dependency... Reproducible: Always
Created attachment 425158 [details, diff] ncmpcpp-0.7.3-icu.patch
Fixed in -r1.