From: Jan Henke Date: Tue, 19 Dec 2017 21:26:36 +0000 (+0100) Subject: dev-cpp/gsl: Fix tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=54afb9aad4f99e358d75019fb16aef9c622a8acb;p=gentoo.git dev-cpp/gsl: Fix tests Actually apply the patch as well. Closes: https://bugs.gentoo.org/636828 --- diff --git a/dev-cpp/gsl/gsl-0_pre20171105.ebuild b/dev-cpp/gsl/gsl-0_pre20171105.ebuild index 78ac010145e7..ae775ff3f8c0 100644 --- a/dev-cpp/gsl/gsl-0_pre20171105.ebuild +++ b/dev-cpp/gsl/gsl-0_pre20171105.ebuild @@ -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