Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/itpp/
Date: Sun, 26 Aug 2018 11:02:39
Message-Id: 1535281342.badbb0e76e7debe8c0c03116a64f151af8382b22.asturm@gentoo
1 commit: badbb0e76e7debe8c0c03116a64f151af8382b22
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 10:01:09 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 11:02:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=badbb0e7
7
8 sci-libs/itpp: Add missing || die
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 sci-libs/itpp/itpp-4.3.1-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 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 3abddec3041..53cdbee6564 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-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -37,8 +37,8 @@ src_prepare() {
26 itpp/CMakeLists.txt || die
27
28 # respect gentoo libdir
29 - sed -i "s#/lib#/$(get_libdir)#" itpp-config.cmake.in
30 - sed -i "s#/lib#/$(get_libdir)#" itpp.pc.cmake.in
31 + sed -i "s#/lib#/$(get_libdir)#" itpp-config.cmake.in || die
32 + sed -i "s#/lib#/$(get_libdir)#" itpp.pc.cmake.in || die
33 sed -i \
34 -e "s#LIBRARY DESTINATION lib#LIBRARY DESTINATION $(get_libdir)#" \
35 -e "s#ARCHIVE DESTINATION lib#ARCHIVE DESTINATION $(get_libdir)#" \