K 10 svn:author V 6 adridg K 8 svn:date V 27 2019-08-11T17:37:57.838149Z K 7 svn:log V 472 Make devel/qt5-qdoc use LLVM_DEFAULT instead of hard-coded version Having the version hard-coded makes it hard to chase LLVM updates; having a different LLVM version from the rest of the stack -- in particular from what mesa uses -- means building an extra LLVM just for parsing documentation from Qt modules. linimon@ suggests using an easily-spotted variable in PR 239740 but we can go one better and just use the LLVM that's there. PR: 239740 Submitted by: linimon END