This change makes PATCHES handling less error prone, as epatch will find
a pristine directory before there is punting and commenting.
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
kde5_src_prepare() {
debug-print-function ${FUNCNAME} "$@"
+ cmake-utils_src_prepare
+
# only build examples when required
if ! use_if_iuse examples || ! use examples ; then
comment_add_subdirectory examples
comment_add_subdirectory tests
fi
fi
-
- cmake-utils_src_prepare
}
# @FUNCTION: kde5_src_configure