summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Henke <Jan.Henke@taujhe.de>2018-07-07 15:41:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-07 15:57:43 +0200
commitade32fdab147393e09cc239e7cd5adc59a087c12 (patch)
treecfcf30e0d3cae9b49e0a07f73d00b8650ced383b /dev-cpp/ms-gsl
parentdev-python/python-efl: use EPYTHON in python_test for 1.20.0-r1 (diff)
downloadgentoo-ade32fdab147393e09cc239e7cd5adc59a087c12.tar.gz
gentoo-ade32fdab147393e09cc239e7cd5adc59a087c12.tar.bz2
gentoo-ade32fdab147393e09cc239e7cd5adc59a087c12.zip
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
Diffstat (limited to 'dev-cpp/ms-gsl')
-rw-r--r--dev-cpp/ms-gsl/ms-gsl-1.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}