Diff less-608-r1 with a less-608-r2

/usr/portage/sys-apps/less/less-608-r2.ebuild 2023-10-09 14:52:35.384368499 +0300
1 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
WANT_AUTOMAKE=none
6 7
WANT_LIBTOOL=none
7

  
8 8
inherit autotools
9 9

  
10 10
DESCRIPTION="Excellent text file viewer"
......
24 24
src_prepare() {
25 25
	local PATCHES=(
26 26
		"${FILESDIR}/less-608-procfs.patch"
27
		"${FILESDIR}/less-608-CVE-2022-46663.patch"
27 28
	)
29

  
28 30
	default
29 31
	# Upstream uses unpatched autoconf-2.69, which breaks with clang-16.
30 32
	# https://bugs.gentoo.org/870412
Thank you!