From 546b40181517adf67e0da07c95cb784c1cb5c857 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Sun, 17 Jan 2016 20:41:22 +1100 Subject: cmake-utils.eclass: cleanup after applying patches This avoids issues with patches not applying cleanly to vanilla sources when backporting or upstreaming. --- eclass/cmake-utils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/cmake-utils.eclass') diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index ee0838044a7..c0f9cc8cf2d 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -429,8 +429,8 @@ enable_cmake-utils_src_prepare() { pushd "${S}" > /dev/null || die if has "${EAPI:-0}" 6 ; then - _cleanup_cmake default_src_prepare + _cleanup_cmake fi if has "${EAPI:-0}" 2 3 4 5 ; then -- cgit v1.2.3