libweave: use unversioned libchrome libraray.

Libchrome is changing pkg-config and .so library name from
xxxx-${libbase_ver}.{pc,so} to xxx.{pc,so}.

Libchrome uprev rebuild will be handled by ebuild subslot change. And
there's no need to install multiple libchrome. Keeping libbase_ver
suffix will cause troubles on linking libraries when developers wants to
test locally emerge a-single-package without build_packages, after a
libchrome uprev. Especially in a case a package depends on another
package(library), and both depends on libchrome. Thus, removing
libbase_ver from suffix.

BUG=chromium:920513
TEST=CQ

Change-Id: Icb19d6fd32932d544bdc88447085dfb7d4f1e3d9
Reviewed-on: https://chromium-review.googlesource.com/c/weave/libweave/+/2505375
Reviewed-by: Hidehiko Abe <hidehiko@chromium.org>
Commit-Queue: Qijiang Fan <fqj@google.com>
Tested-by: Qijiang Fan <fqj@google.com>
(cherry picked from commit 0ce961d84f598bc9dd76d6cb3f8cf3afe48c9744)
Reviewed-on: https://chromium-review.googlesource.com/c/weave/libweave/+/2507291
1 file changed