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-07-29 16:22:17.916470157 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
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!