commit:     54afb9aad4f99e358d75019fb16aef9c622a8acb
Author:     Jan Henke <Jan.Henke <AT> taujhe <DOT> de>
AuthorDate: Tue Dec 19 21:26:36 2017 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 15:14:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54afb9aa

dev-cpp/gsl: Fix tests

Actually apply the patch as well.

Closes: https://bugs.gentoo.org/636828

 dev-cpp/gsl/gsl-0_pre20171105.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-cpp/gsl/gsl-0_pre20171105.ebuild 
b/dev-cpp/gsl/gsl-0_pre20171105.ebuild
index 78ac010145e..ae775ff3f8c 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

Reply via email to