i3status-rust will build correctly, but installs files to /icons and /themes in the root directory, violating FHS/Gentoo policies. This seems to be caused by a typo in the ebuild: line 172 of the ebuild contains the command 'instinto /usr/share/"${PN}"'. I believe the command should be 'insinto' rather than 'instinto'. Reproducible: Always Steps to Reproduce: 1. Emerge x11-misc/i3status-rust. I am using the default USE flags -debug and -profile, but I believe changing them will not affect this bug. Actual Results: i3status-rust builds correctly, but will install files to /icons and /themes in the root directory. Expected Results: i3status-rust should install files to /usr/share/i3status-rust/icons and /usr/share/i3status-rust/themes. This account is too new to put the output of 'emerge --info x11-misc/i3status-rust' here, since it contains URIs, so I will include it as an attachment after filing this bug.
Created attachment 848491 [details] The output of 'emerge --info x11-misc/i3status-rust'
Created attachment 848497 [details] The build log of x11-misc/i3status-rust
This bug can be resolved as fixed. It was fixed with 5719b3487758ad3948aa364383874d545d6cad7e.