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 96BE8138239 for ; Mon, 8 Jul 2019 09:59:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFB0CE0823; Mon, 8 Jul 2019 09:59:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A6C03E0823 for ; Mon, 8 Jul 2019 09:59:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 48F8034731A for ; Mon, 8 Jul 2019 09:59:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D902BA8 for ; Mon, 8 Jul 2019 09:59:31 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1562579965.2a3f35761a7eb11bfcef01e8350e5e93a69dbaf4.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/lsof/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/lsof/lsof-4.93.2-r1.ebuild X-VCS-Directories: sys-process/lsof/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2a3f35761a7eb11bfcef01e8350e5e93a69dbaf4 X-VCS-Branch: master Date: Mon, 8 Jul 2019 09:59:31 +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: 9e874d40-1949-4ea1-aeb4-9c3bb9c60113 X-Archives-Hash: 21d53b739493a44c94cc601d3fa027fc commit: 2a3f35761a7eb11bfcef01e8350e5e93a69dbaf4 Author: Lars Wendler gentoo org> AuthorDate: Mon Jul 8 09:59:25 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jul 8 09:59:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3f3576 sys-process/lsof: Added bug number to comment Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Lars Wendler gentoo.org> sys-process/lsof/lsof-4.93.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/lsof/lsof-4.93.2-r1.ebuild b/sys-process/lsof/lsof-4.93.2-r1.ebuild index 6761f22aa66..c763a2fb003 100644 --- a/sys-process/lsof/lsof-4.93.2-r1.ebuild +++ b/sys-process/lsof/lsof-4.93.2-r1.ebuild @@ -42,7 +42,7 @@ src_prepare() { -e 's:grep (.*) \$\{LSOF_INCLUDE\}/([[:alnum:]/._]*):echo "#include <\2>" | ${LSOF_CC} ${LSOF_CFGF} -E -P -dD - 2>/dev/null | grep \1:' \ Configure || die - # "create" man-page + # "create" man-page (bug #689462) # inspired by shipped "makeman" ksh script soelim < Lsof.8 > lsof.8 || die }