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/itpp/
Date: Mon, 16 Oct 2017 03:34:59
Message-Id: 1508122794.c40e30cd6754fa448fa1017a3d81edcd8b74177e.soap@gentoo
1 commit: c40e30cd6754fa448fa1017a3d81edcd8b74177e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 16 02:59:54 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 16 02:59:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40e30cd
7
8 sci-libs/itpp: [QA] Add cmake-utils_src_prepare
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 sci-libs/itpp/itpp-4.3.1-r1.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/itpp/itpp-4.3.1-r1.ebuild b/sci-libs/itpp/itpp-4.3.1-r1.ebuild
16 index dab233c0d4c..3abddec3041 100644
17 --- a/sci-libs/itpp/itpp-4.3.1-r1.ebuild
18 +++ b/sci-libs/itpp/itpp-4.3.1-r1.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 @@ -22,9 +22,11 @@ DEPEND="${RDEPEND}
26 virtual/pkgconfig
27 doc? ( app-doc/doxygen virtual/latex-base )"
28
29 -DOCS=(ChangeLog NEWS AUTHORS README)
30 +DOCS=( ChangeLog NEWS AUTHORS README )
31
32 src_prepare() {
33 + cmake-utils_src_prepare
34 +
35 # gentoo redefines the CMAKE_BUILD_TYPE
36 sed -i \
37 -e 's/CMAKE_BUILD_TYPE STREQUAL Release/NOT CMAKE_BUILD_TYPE STREQUAL Debug/' \