K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2019-05-04T10:30:27.040896Z K 7 svn:log V 428 graphics/hdr_tools: fix build with GCC-based architectures Replace USES=compiler:features with USES=compiler:c++11-lang. c++11-lang includes features anyway. This fixes linking errors when base GCC is used: /usr/local/lib/libIlmImf.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::resize(unsigned long, char)@GLIBCXX_3.4.21' Approved by: mentors (implicit approval) END