summaryrefslogtreecommitdiff
path: root/dev-cpp/catch/catch-2.13.10-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/catch/catch-2.13.10-r1.ebuild')
-rw-r--r--dev-cpp/catch/catch-2.13.10-r1.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-cpp/catch/catch-2.13.10-r1.ebuild b/dev-cpp/catch/catch-2.13.10-r1.ebuild
index 31ec3aa215f9..5460dd7cab95 100644
--- a/dev-cpp/catch/catch-2.13.10-r1.ebuild
+++ b/dev-cpp/catch/catch-2.13.10-r1.ebuild
@@ -28,6 +28,13 @@ RESTRICT="!test? ( test )"
BDEPEND="test? ( ${PYTHON_DEPS} )"
+PATCHES=( "${FILESDIR}"/${P}-cmake4.patch ) # bug 957561
+
+src_prepare() {
+ rm -r .conan misc || die # unused, bug 957561
+ cmake_src_prepare
+}
+
pkg_setup() {
use test && python-any-r1_pkg_setup
}