commit:     59c2268fce84aafcd9585b7348d5676d7004bba4
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 13:06:25 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun May 23 13:08:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c2268f

x11-libs/qwtplot3d: add missing die on the heredocs

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 x11-libs/qwtplot3d/qwtplot3d-0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/qwtplot3d/qwtplot3d-0.2.ebuild 
b/x11-libs/qwtplot3d/qwtplot3d-0.2.ebuild
index affe2541eb6..94347022ede 100644
--- a/x11-libs/qwtplot3d/qwtplot3d-0.2.ebuild
+++ b/x11-libs/qwtplot3d/qwtplot3d-0.2.ebuild
@@ -38,7 +38,7 @@ PATCHES=(
 
 src_prepare() {
        default
-       cat >> ${PN}.pro <<-EOF
+       cat >> ${PN}.pro <<-EOF || die
                target.path = "${EPREFIX}/usr/$(get_libdir)"
                headers.path = "${EPREFIX}/usr/include/${PN}"
                headers.files = \$\$HEADERS

Reply via email to