projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ad0881
)
sci-libs/orocos-bfl: [QA] Add cmake-utils_src_prepare
author
David Seifert
<soap@gentoo.org>
Mon, 16 Oct 2017 03:05:11 +0000
(20:05 -0700)
committer
David 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
patch
|
blob
|
history
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 355ea827ed9e31cf61840bc01af85225eac65170..082cb9f1099780cbc5a669bec94546d642d67929 100644
(file)
--- 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-201
4
Gentoo Foundation
+# Copyright 1999-201
7
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
}