Diff wmsystray-0.1.1-r1 with a wmsystray-0.1.1-r2

/usr/portage/x11-plugins/wmsystray/wmsystray-0.1.1-r2.ebuild 2025-02-03 17:39:35.962678108 +0300
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit desktop toolchain-funcs
7 7

  
......
13 13
	x11-libs/libXpm"
14 14
DEPEND="${RDEPEND}"
15 15

  
16
SLOT="0"
17 16
LICENSE="GPL-2"
18
KEYWORDS="amd64 ppc ~sparc x86"
17
SLOT="0"
18
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
19 19

  
20 20
PATCHES=(
21 21
	"${FILESDIR}/${P}-Makefile.patch"
22 22
	"${FILESDIR}/${P}-gcc-3.4.patch"
23 23
	"${FILESDIR}/${P}-return-type.patch"
24
	"${FILESDIR}/${P}-implicit-function.patch"
24 25
)
25 26

  
26 27
DOCS=( README HACKING AUTHORS )
Thank you!