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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7BE7F15800F for ; Mon, 20 Feb 2023 06:28:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D00EFE0A9C; Mon, 20 Feb 2023 06:28:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B40A7E0A9C for ; Mon, 20 Feb 2023 06:28:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8495340D46 for ; Mon, 20 Feb 2023 06:28:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 409DE7D0 for ; Mon, 20 Feb 2023 06:28:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1676874494.0a39c6c2555aebbe9e8574f3595e5af89701e12b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/diffutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/diffutils/diffutils-3.9-r1.ebuild X-VCS-Directories: sys-apps/diffutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0a39c6c2555aebbe9e8574f3595e5af89701e12b X-VCS-Branch: master Date: Mon, 20 Feb 2023 06:28:37 +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: a9fb99aa-1a83-42b2-adf4-20673370d579 X-Archives-Hash: e44631a71bcc354e48523237a162d3b0 commit: 0a39c6c2555aebbe9e8574f3595e5af89701e12b Author: Sam James gentoo org> AuthorDate: Mon Feb 20 06:28:03 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 20 06:28:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a39c6c2 sys-apps/diffutils: avoid help2man It tries to regenerate the man page because of the diff patch. Closes: https://bugs.gentoo.org/895500 Signed-off-by: Sam James gentoo.org> sys-apps/diffutils/diffutils-3.9-r1.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sys-apps/diffutils/diffutils-3.9-r1.ebuild b/sys-apps/diffutils/diffutils-3.9-r1.ebuild index b33f99dcdb75..7aebfc8cbfa7 100644 --- a/sys-apps/diffutils/diffutils-3.9-r1.ebuild +++ b/sys-apps/diffutils/diffutils-3.9-r1.ebuild @@ -37,6 +37,13 @@ PATCHES=( "${FILESDIR}"/${P}-diff-D-option-regression.patch ) +src_prepare() { + default + + # Needed because of ${P}-diff-D-option-regression.patch + touch man/diff.1 || die +} + src_configure() { use static && append-ldflags -static