Diff bison-3.8.2-r2 with a bison-3.8.2-r3

/usr/portage/sys-devel/bison/bison-3.8.2-r3.ebuild 2025-09-08 18:21:13.174405797 +0300
33 33

  
34 34
DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) # ChangeLog-2012 ChangeLog-1998 PACKAGING README-alpha README-release
35 35

  
36
PATCHES=(
37
	"${FILESDIR}"/${PN}-3.8.2-gcc15-glibcxx-assertions.patch
38
)
39

  
36 40
src_prepare() {
37 41
	# Old logic when we needed to patch configure.ac
38 42
	# Keeping in case it's useful for future
Thank you!