dev-cpp/gsl: Fix tests

Actually apply the patch as well.

Closes: https://bugs.gentoo.org/636828
This commit is contained in:
Jan Henke
2017-12-19 22:26:36 +01:00
committed by Craig Andrews
parent 39c1c46cc3
commit 54afb9aad4

View File

@@ -18,6 +18,10 @@ IUSE="test"
RDEPEND=""
DEPEND="test? ( >=dev-cpp/catch-1.11.0 )"
PATCHES=(
"${FILESDIR}/${P}-use_system_catch-636828.patch"
)
src_configure() {
local mycmakeargs=( -DGSL_TEST=$(usex test) )
cmake-utils_src_configure