Diff less-633-r1 with a less-633-r2

/usr/portage/sys-apps/less/less-633-r2.ebuild 2023-10-09 14:52:35.384368499 +0300
11 11
	inherit git-r3
12 12
fi
13 13

  
14
inherit autotools optfeature
14
inherit autotools flag-o-matic optfeature
15 15

  
16 16
# Releases are usually first a beta then promoted to stable if no
17 17
# issues were found. Upstream explicitly ask "to not generally distribute"
......
42 42
"
43 43
RDEPEND="${DEPEND}"
44 44

  
45
PATCHES=(
46
	"${FILESDIR}"/${PN}-633-tinfow.patch
47
)
48

  
45 49
src_prepare() {
46 50
	default
47 51
	# Per upstream README to prepare live build
......
52 56
}
53 57

  
54 58
src_configure() {
59
	append-lfs-flags # bug #896316
60

  
55 61
	local myeconfargs=(
56 62
		--with-regex=$(usex pcre pcre2 posix)
57 63
		--with-editor="${EPREFIX}"/usr/libexec/editor
Thank you!