Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/orocos-bfl/
Date: Mon, 16 Oct 2017 03:35:02
Message-Id: 1508123111.6dacb79579651636f3c39f1fd3728aaede7a8c50.soap@gentoo
1 commit: 6dacb79579651636f3c39f1fd3728aaede7a8c50
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 16 03:05:11 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 16 03:05:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dacb795
7
8 sci-libs/orocos-bfl: [QA] Add cmake-utils_src_prepare
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild b/sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild
16 index 355ea827ed9..082cb9f1099 100644
17 --- a/sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild
18 +++ b/sci-libs/orocos-bfl/orocos-bfl-0.8.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -24,6 +24,8 @@ DEPEND="${RDEPEND}
26 test? ( dev-util/cppunit )"
27
28 src_prepare() {
29 + cmake-utils_src_prepare
30 +
31 sed -e 's:/lib:/${CMAKE_INSTALL_LIBDIR}:' \
32 -i "${S}/"{,src/,src/bindings/rtt/}CMakeLists.txt || die
33 }