commit: 0223e6611c47e1fba279c7db5a7a217123e55dca
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 7 22:49:38 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 22:50:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0223e661
sci-electronics/osqoop: EAPI=6, call cmake-utils_src_prepare (thanks johu).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sci-electronics/osqoop/osqoop-1.1.1.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/sci-electronics/osqoop/osqoop-1.1.1.ebuild
b/sci-electronics/osqoop/osqoop-1.1.1.ebuild
index 3e01da3..4d309cd 100644
--- a/sci-electronics/osqoop/osqoop-1.1.1.ebuild
+++ b/sci-electronics/osqoop/osqoop-1.1.1.ebuild
@@ -1,8 +1,8 @@
-# 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
@@ -22,6 +22,8 @@ DEPEND="${RDEPEND}"
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