commit: 0dfbf04179e03e0e04944da5f4817b3258ec7069 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com> AuthorDate: Wed May 12 16:49:16 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed May 12 19:15:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfbf041
media-libs/netpbm: fix bug #789504 Closes: https://bugs.gentoo.org/789504 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20784 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-libs/netpbm/netpbm-10.86.21.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/media-libs/netpbm/netpbm-10.86.21.ebuild b/media-libs/netpbm/netpbm-10.86.21.ebuild index 342952e16c9..c729f0b7f70 100644 --- a/media-libs/netpbm/netpbm-10.86.21.ebuild +++ b/media-libs/netpbm/netpbm-10.86.21.ebuild @@ -108,13 +108,11 @@ src_prepare() { test/legacy-names.{ok,test} || die sed -i -e '/^$/d' test/legacy-names.ok || die fi - - # avoid ugly depend.mk warnings - touch $(find . -name Makefile -exec sed "s:Makefile:depend.mk:g" {} + || die) } src_configure() { - cat config.mk.in - >> config.mk <<-EOF || die + # cannot chain the die with the heredoc, please check the comment below + cat config.mk.in - >> config.mk <<-EOF # Misc crap BUILD_FIASCO = N SYMLINK = ln -sf
