public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/itpp/
Date: Sun, 26 Aug 2018 11:02:36 +0000 (UTC)	[thread overview]
Message-ID: <1535281342.badbb0e76e7debe8c0c03116a64f151af8382b22.asturm@gentoo> (raw)

commit:     badbb0e76e7debe8c0c03116a64f151af8382b22
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 10:01:09 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 11:02:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=badbb0e7

sci-libs/itpp: Add missing || die

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sci-libs/itpp/itpp-4.3.1-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-libs/itpp/itpp-4.3.1-r1.ebuild b/sci-libs/itpp/itpp-4.3.1-r1.ebuild
index 3abddec3041..53cdbee6564 100644
--- a/sci-libs/itpp/itpp-4.3.1-r1.ebuild
+++ b/sci-libs/itpp/itpp-4.3.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -37,8 +37,8 @@ src_prepare() {
 		itpp/CMakeLists.txt || die
 
 	# respect gentoo libdir
-	sed -i "s#/lib#/$(get_libdir)#" itpp-config.cmake.in
-	sed -i "s#/lib#/$(get_libdir)#" itpp.pc.cmake.in
+	sed -i "s#/lib#/$(get_libdir)#" itpp-config.cmake.in || die
+	sed -i "s#/lib#/$(get_libdir)#" itpp.pc.cmake.in || die
 	sed -i \
 		-e "s#LIBRARY DESTINATION lib#LIBRARY DESTINATION $(get_libdir)#" \
 		-e "s#ARCHIVE DESTINATION lib#ARCHIVE DESTINATION $(get_libdir)#" \


             reply	other threads:[~2018-08-26 11:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-26 11:02 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-19 11:41 [gentoo-commits] repo/gentoo:master commit in: sci-libs/itpp/ Andrew Ammerlaan
2022-03-06 16:46 Andreas Sturmlechner
2022-03-02  9:08 Agostino Sarubbo
2022-03-02  9:06 Agostino Sarubbo
2022-03-02  9:05 Agostino Sarubbo
2022-03-02  9:04 Agostino Sarubbo
2018-08-26 11:02 Andreas Sturmlechner
2017-10-16  3:34 David Seifert
2015-10-30 10:15 Agostino Sarubbo
2015-10-04 18:09 Jeroen Roovers
2015-09-30 13:43 Agostino Sarubbo
2015-09-29 10:18 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1535281342.badbb0e76e7debe8c0c03116a64f151af8382b22.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox