Add chroot version hook to unmerge syslibs/libunwind

It has been replaced by sys-libs/llvm-libunwind and needs to be
unmerged. Otherwise, setup_board fails.

BUG=None
TEST=Ran hooks

Change-Id: I454afa652adaf1228e1fe8bb575548274254403d
Reviewed-on: https://chromium-review.googlesource.com/1188282
Commit-Ready: Mike Frysinger <vapier@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
diff --git a/chroot_version_hooks.d/157_unmerge_libunwind b/chroot_version_hooks.d/157_unmerge_libunwind
new file mode 100644
index 0000000..c77fa6f
--- /dev/null
+++ b/chroot_version_hooks.d/157_unmerge_libunwind
@@ -0,0 +1,8 @@
+# Copyright 2018 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# sys-libs/libunwind got replaced by sys-libs/llvm-libunwind, so clean out the
+# old one. Eat errors if the package has already been unmerged.
+
+sudo qmerge -Uqy sys-libs/libunwind || true