diff --git a/dev-util/gcovr/gcovr-4.2.ebuild b/dev-util/gcovr/gcovr-4.2.ebuild index cd46ba9fd4a5b..fc1fc53cd5210 100644 --- a/dev-util/gcovr/gcovr-4.2.ebuild +++ b/dev-util/gcovr/gcovr-4.2.ebuild @@ -24,6 +24,9 @@ BDEPEND=" test? ( dev-python/PyUtilib[${PYTHON_USEDEP}] ) " +# tests fail on gcc newer than 5.8 +RESTRICT="test" + distutils_enable_tests pytest python_test() {