On line 317 of kde-meta.eclass, there is a call to find with a hardcoded lib/. This should be replaced by $(get-libdir), otherwise many kde-base packages won't install on a fully multilib'd system. Also, the find call does not have some kind of path as first argument so it is not portable to other systems. (e.g. find . -name asdf rather than find -name asdf). Thanks.
It does have a path. That lib/ is the path, being the first argument to find. Sorry about my multilib ignorance, but where does get-libdir come from? There's no such beast on my (non-multilib, of course) system AFAICS. Is there an enlightening doc on multilib stuff somewhere? I don't know what kde would look like on such a system.
get-libdir is in multilib.eclass, but sorry about mixing up the find stuff, I had a bit of a brain lapse :)
Created attachment 51069 [details, diff] kde-meta-libdir.patch Should we apply something like this, then?
That looks fine, thanks Greg.
Ok, it's committed now.