Package-Manager: Portage-2.3.3, Repoman-2.3.1
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=6
inherit cmake-utils toolchain-funcs
S=${WORKDIR}/${PN}-${PN}
src_prepare() {
+ cmake-utils_src_prepare
+
for f in $(find datasource processing -name CMakeLists.txt); do
sed -e '/install(TARGETS/s:DESTINATION :DESTINATION '$(get_libdir)/${PN}'/:' \
-i "${f}" || die