From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7AD9A1382C5 for ; Mon, 10 May 2021 06:24:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6FBCE079E; Mon, 10 May 2021 06:24:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 800D7E079E for ; Mon, 10 May 2021 06:24:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 080FE340F2E for ; Mon, 10 May 2021 06:24:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 658DA753 for ; Mon, 10 May 2021 06:24:41 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1620627831.6f85716a83d5a6a6c38e536b809127f3782e0e81.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/netpbm/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/netpbm/netpbm-10.86.21.ebuild X-VCS-Directories: media-libs/netpbm/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6f85716a83d5a6a6c38e536b809127f3782e0e81 X-VCS-Branch: master Date: Mon, 10 May 2021 06:24:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e3913523-acc7-4427-8d52-4ae607f3e665 X-Archives-Hash: 6cc66a800c85eb86ee75ee806e6fc29c commit: 6f85716a83d5a6a6c38e536b809127f3782e0e81 Author: Joonas Niilola gentoo org> AuthorDate: Mon May 10 06:23:51 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon May 10 06:23:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f85716a media-libs/netpbm: add few missing dies to 19.86.21 Signed-off-by: Joonas Niilola gentoo.org> media-libs/netpbm/netpbm-10.86.21.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/netpbm/netpbm-10.86.21.ebuild b/media-libs/netpbm/netpbm-10.86.21.ebuild index 17dcba9b8e7..342952e16c9 100644 --- a/media-libs/netpbm/netpbm-10.86.21.ebuild +++ b/media-libs/netpbm/netpbm-10.86.21.ebuild @@ -110,11 +110,11 @@ src_prepare() { fi # avoid ugly depend.mk warnings - touch $(find . -name Makefile | sed s:Makefile:depend.mk:g) + touch $(find . -name Makefile -exec sed "s:Makefile:depend.mk:g" {} + || die) } src_configure() { - cat config.mk.in - >> config.mk <<-EOF + cat config.mk.in - >> config.mk <<-EOF || die # Misc crap BUILD_FIASCO = N SYMLINK = ln -sf