dev-cpp/gsl: Fix tests
authorJan Henke <Jan.Henke@taujhe.de>
Tue, 19 Dec 2017 21:26:36 +0000 (22:26 +0100)
committerCraig Andrews <candrews@gentoo.org>
Sat, 23 Dec 2017 15:14:40 +0000 (10:14 -0500)
Actually apply the patch as well.

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

dev-cpp/gsl/gsl-0_pre20171105.ebuild

index 78ac010145e7a843374b5cd830edfba757385cb7..ae775ff3f8c056a0c0f9da09a23bd35b267fe97e 100644 (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