sci-electronics/osqoop: EAPI=6, call cmake-utils_src_prepare (thanks johu).
authorMichael Weber <xmw@gentoo.org>
Tue, 7 Feb 2017 22:49:38 +0000 (23:49 +0100)
committerMichael Weber <xmw@gentoo.org>
Tue, 7 Feb 2017 22:50:26 +0000 (23:50 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

sci-electronics/osqoop/osqoop-1.1.1.ebuild

index 3e01da3a58d7033186ecf06245ec5777825dc75c..4d309cd97345e3ece2f97f0fb7aba03992f0fcf3 100644 (file)
@@ -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