projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39c1c46
)
dev-cpp/gsl: Fix tests
author
Jan Henke
<Jan.Henke@taujhe.de>
Tue, 19 Dec 2017 21:26:36 +0000
(22:26 +0100)
committer
Craig 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
patch
|
blob
|
history
diff --git
a/dev-cpp/gsl/gsl-0_pre20171105.ebuild
b/dev-cpp/gsl/gsl-0_pre20171105.ebuild
index 78ac010145e7a843374b5cd830edfba757385cb7..ae775ff3f8c056a0c0f9da09a23bd35b267fe97e 100644
(file)
--- 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