x11/kf5-kactivities: boost is only a build-time dependency
The use of boost in kactivities is limited to flat_set, find_if,
and optional -- all header-only parts, so we don't need the
whole dependency on boost libs. This 'lightens' up the dependency
tree by 170MB or so.
Reported by: hellosystem