From: Jan Henke Date: Sat, 7 Jul 2018 13:41:15 +0000 (+0200) Subject: dev-cpp/ms-gsl: Fix bug 659386 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ade32fdab147393e09cc239e7cd5adc59a087c12;p=gentoo.git dev-cpp/ms-gsl: Fix bug 659386 Closes: https://bugs.gentoo.org/659386 Package-Manager: Portage-2.3.40, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9082 --- diff --git a/dev-cpp/ms-gsl/ms-gsl-1.0.0.ebuild b/dev-cpp/ms-gsl/ms-gsl-1.0.0.ebuild index c14435654142..cde182b5ba10 100644 --- a/dev-cpp/ms-gsl/ms-gsl-1.0.0.ebuild +++ b/dev-cpp/ms-gsl/ms-gsl-1.0.0.ebuild @@ -26,7 +26,7 @@ PATCHES=( src_configure() { local mycmakeargs=( -DGSL_TEST=$(usex test) - -DFORCE_SYSTEM_CATCH=ON ) + use test && mycmakeargs+=( -DFORCE_SYSTEM_CATCH=ON ) cmake-utils_src_configure }