Diff wmpop3-0.5.6a-r1 with a wmpop3-0.5.6a-r2

/usr/portage/x11-plugins/wmpop3/wmpop3-0.5.6a-r2.ebuild 2023-10-09 14:52:35.976368514 +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
EAPI=6
4
EAPI=8
5

  
5 6
inherit toolchain-funcs
6 7

  
7
DESCRIPTION="dockapp for checking pop3 accounts"
8
DESCRIPTION="Dockapp for checking pop3 accounts"
8 9
HOMEPAGE="https://www.dockapps.net/wmpop3"
9 10
SRC_URI="https://www.dockapps.net/download/${P/wmpop3/WMPop3}.tar.gz"
10 11

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

  
16 16
DEPEND="x11-wm/windowmaker
17 17
	x11-libs/libXpm"
18 18
RDEPEND="${DEPEND}"
19 19

  
20
PATCHES=( "${FILESDIR}"/${P}-list.patch
20
PATCHES=(
21
	"${FILESDIR}"/${P}-list.patch
21 22
	"${FILESDIR}"/${P}-fno-common.patch
22 23
	)
23 24

  
Thank you!