Diff wmmp3-0.12-r1 with a wmmp3-0.12-r2

/usr/portage/x11-plugins/wmmp3/wmmp3-0.12-r2.ebuild 2023-10-09 14:52:35.976368514 +0300
1
# Copyright 1999-2020 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
......
9 9

  
10 10
LICENSE="GPL-2"
11 11
SLOT="0"
12
KEYWORDS="~amd64 ppc ~sparc x86"
12
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
13 13
IUSE=""
14 14

  
15 15
RDEPEND="x11-libs/libX11
......
19 19
	media-sound/mpg123
20 20
	x11-base/xorg-proto"
21 21

  
22
PATCHES=( "${FILESDIR}"/${P}-x_includes_n_libraries.patch
22
PATCHES=(
23
	"${FILESDIR}"/${P}-x_includes_n_libraries.patch
23 24
	"${FILESDIR}"/${P}-fno-common.patch
25
	"${FILESDIR}"/${P}-fix-implicit-function-declaration-clang16.patch
24 26
	)
25 27

  
26 28
DOCS=( AUTHORS ChangeLog sample.wmmp3 README TODO )
Thank you!