Created attachment 434460 [details, diff] kodi-9999-lsb_release.patch Currently calling `/usr/lib64/kodi/kodi.bin` yields `sh: lsb_release: command not found`. Therefore we should add `sys-apps/lsb-release` to $RDEPEND. Patch included.
we don't want to depend on lsb. in the past, we ran sed on the script to get the right output, but upstream changed to be more dynamic/friendly. if they regressed, then should fix them to not throw this warning/error. a good alternative would be to support /etc/os-release as all distros are moving to that standard.
Gets fixed upstream: https://github.com/xbmc/xbmc/pull/9832