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-02-03 17:39:35.934678008 +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
......
13 13

  
14 14
LICENSE="GPL-3+"
15 15
SLOT="0"
16
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
16
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
17 17
IUSE="examples nls static test"
18 18
RESTRICT="!test? ( test )"
19 19

  
......
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!