Diff wmrack-1.4-r1 with a wmrack-1.4-r2

/usr/portage/x11-plugins/wmrack/wmrack-1.4-r2.ebuild 2023-10-09 14:52:35.976368514 +0300
1 1
# Copyright 1999-2023 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
DESCRIPTION="a sound mixer and CD player dockapp"
7 7
HOMEPAGE="https://wmrack.sourceforge.net"
......
19 19

  
20 20
DOCS=( CHANGES README TODO )
21 21

  
22
PATCHES=( "${FILESDIR}"/${PV}-Fix-type-specifier-missing-and-undeclared-function-c.patch )
23

  
22 24
src_prepare() {
23 25
	default
24 26
	ln -s grey.style XPM/standart.style || die
Thank you!