K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2020-01-01T22:50:04.598647Z K 7 svn:log V 359 math/gretl: fix build on GCC architectures Since the last upgrade, gretl requires C11: ../lib/src/bhhh_max.c:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Lval' Fix this by adding USES=compiler:c11 and replacing OPENMP_USES=compiler:openmp with OPENMP_USE=GCC=yes. This sets the correct CC. PR: 243027 Approved by: yuri (maintainer) END