From 321e4adcfab8e902f6b7bfceb5b538a650d15ade Mon Sep 17 00:00:00 2001 From: Brett A C Sheffield Date: Tue, 18 Aug 2026 19:41:04 +0000 Subject: [PATCH] sys-cluster/prrte: fix file collisions Fix file collisions with net-misc/putty by configuring with --without-legacy-tools (available since 4.0.0) and disabling installation of conflicting man page pterm(1). Closes: https://bugs.gentoo.org/981014 Signed-off-by: Brett A C Sheffield Part-of: https://codeberg.org/gentoo/gentoo/pulls/1694 Merges: https://codeberg.org/gentoo/gentoo/pulls/1694 Signed-off-by: Sam James --- .../prrte/{prrte-4.1.0.ebuild => prrte-4.1.0-r1.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename sys-cluster/prrte/{prrte-4.1.0.ebuild => prrte-4.1.0-r1.ebuild} (83%) diff --git a/sys-cluster/prrte/prrte-4.1.0.ebuild b/sys-cluster/prrte/prrte-4.1.0-r1.ebuild similarity index 83% rename from sys-cluster/prrte/prrte-4.1.0.ebuild rename to sys-cluster/prrte/prrte-4.1.0-r1.ebuild index 3cb08ca1d69a2..d8161140a0a0d 100644 --- a/sys-cluster/prrte/prrte-4.1.0.ebuild +++ b/sys-cluster/prrte/prrte-4.1.0-r1.ebuild @@ -37,7 +37,11 @@ src_configure() { # https://github.com/openpmix/openpmix/issues/3350 filter-lto - econf + econf --without-legacy-tools + + # do not install conflicting pterm man page #981014 + sed -i 's/pterm.1//' docs/Makefile || die + sed -i 's/prun.1 \\/prun.1/' docs/Makefile || die } src_install() {