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 <bacs@librecast.net>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1694
Merges: https://codeberg.org/gentoo/gentoo/pulls/1694
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Brett A C Sheffield
2026-08-18 19:41:04 +00:00
committed by Sam James
parent fffd2e18ff
commit 321e4adcfa

View File

@@ -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() {