Make libunwind provider of unwind virtual pkg

This commit begins addressing the ideas discussed in #8823. The
libunwind library now provides the "unwind" virtual package, which
represents the "libunwind base API" common to LLVM libunwind, Apple's
LLVM libunwind, and non-GNU libunwind.
This commit is contained in:
Geoffrey Malcolm Oxberry 2018-07-29 03:27:01 -07:00 committed by Todd Gamblin
parent ea6918c1bf
commit 853a3f14c7

View file

@ -36,3 +36,5 @@ class Libunwind(AutotoolsPackage):
version('1.2.1', '06ba9e60d92fd6f55cd9dadb084df19e')
version('1.1', 'fb4ea2f6fbbe45bf032cd36e586883ce')
provides('unwind')