commit: 6dacb79579651636f3c39f1fd3728aaede7a8c50
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 16 03:05:11 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 03:05:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dacb795
sci-libs/orocos-bfl: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild
b/sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild
index 355ea827ed9..082cb9f1099 100644
--- a/sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild
+++ b/sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild
@@ -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
}