Diff pfqueue-0.5.6-r1 with a pfqueue-0.5.6-r2

/usr/portage/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild 2023-10-09 14:52:34.616368479 +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=7
......
10 10
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
11 11
LICENSE="GPL-2"
12 12
SLOT="0"
13
KEYWORDS="amd64 ppc x86"
13
KEYWORDS="~amd64 ~ppc ~x86"
14 14

  
15 15
BDEPEND="sys-devel/libtool"
16 16
RDEPEND="sys-libs/ncurses:="
......
20 20

  
21 21
PATCHES=(
22 22
	"${FILESDIR}"/${P}-tinfo.patch
23
	"${FILESDIR}"/${PN}-0.5.6-clang16-build-fix.patch
23 24
)
24 25

  
25 26
src_prepare() {
Thank you!