Diff man2html-1.6g with a man2html-1.6g-r2

/usr/portage/sys-apps/man2html/man2html-1.6g-r2.ebuild 2023-10-09 14:52:35.388368499 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit edo toolchain-funcs
7 7

  
......
22 22
	"${FILESDIR}"/man-1.6f-man2html-compression-2.patch
23 23
	"${FILESDIR}"/man-1.6-cross-compile.patch
24 24
	"${FILESDIR}"/man-1.6g-compress.patch #205147
25
	"${FILESDIR}"/man-1.6g-clang-15-configure.patch
25 26
)
26 27

  
27 28
src_configure() {
Thank you!