--- /dev/null
+Shuffle around Boost type_traits, which otherwise causes issues with boost 1.62.
+See also: https://bugs.gentoo.org/show_bug.cgi?id=595986
+
+--- a/libMems/AbstractMatch.h
++++ b/libMems/AbstractMatch.h
+@@ -16,8 +16,7 @@
+ #include "libGenome/gnClone.h"\r
+ #include <vector>\r
+ #include <algorithm>\r
+-#include <boost/type_traits/remove_pointer.hpp>\r
+-#include <boost/type_traits/add_pointer.hpp>\r
++#include <boost/type_traits.hpp>\r
+ #include <boost/dynamic_bitset.hpp>\r
+ #include <libMems/SlotAllocator.h>\r
+ #include <libMems/configuration.h>\r
"${FILESDIR}"/${P}-broken-constness.patch
"${FILESDIR}"/${P}-format-security.patch
"${FILESDIR}"/${P}-fix-c++14.patch
+ "${FILESDIR}"/${P}-boost-1.62-type-traits.patch
)
src_prepare() {
$(use_enable static-libs static)
}
+src_compile() {
+ default
+
+ if use doc; then
+ doxygen doxygen.am || die
+ HTML_DOCS+=( html/. )
+ fi
+}
+
src_install() {
default