sci-libs/orocos-bfl: [QA] Add cmake-utils_src_prepare
authorDavid Seifert <soap@gentoo.org>
Mon, 16 Oct 2017 03:05:11 +0000 (20:05 -0700)
committerDavid Seifert <soap@gentoo.org>
Mon, 16 Oct 2017 03:05:11 +0000 (20:05 -0700)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild

index 355ea827ed9e31cf61840bc01af85225eac65170..082cb9f1099780cbc5a669bec94546d642d67929 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -24,6 +24,8 @@ DEPEND="${RDEPEND}
        test? ( dev-util/cppunit )"
 
 src_prepare() {
+       cmake-utils_src_prepare
+
        sed -e 's:/lib:/${CMAKE_INSTALL_LIBDIR}:' \
                -i "${S}/"{,src/,src/bindings/rtt/}CMakeLists.txt || die
 }