Diff pegtl-3.2.1 with a pegtl-3.2.5

/usr/portage/dev-libs/pegtl/pegtl-3.2.5.ebuild 2023-10-09 14:52:29.752368357 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
12 12

  
13 13
LICENSE="MIT"
14 14
SLOT="0"
15
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
15
KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
16 16

  
17 17
PATCHES=(
18
	"${FILESDIR}"/${P}-werror.patch
18
	"${FILESDIR}"/${PN}-3.2.1-werror.patch
19 19
)
20 20

  
21 21
src_configure() {
Thank you!