Diff wmbutton-0.7.1 with a wmbutton-0.7.1-r1

/usr/portage/x11-plugins/wmbutton/wmbutton-0.7.1-r1.ebuild 2023-10-09 14:52:35.968368513 +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
EAPI=6
4
EAPI=8
5 5

  
6
DESCRIPTION="a dockapp application that displays nine configurable buttons"
6
DESCRIPTION="Dockapp application that displays nine configurable buttons"
7 7
HOMEPAGE="https://www.dockapps.net/wmbutton"
8 8
SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
9 9

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

  
15 15
RDEPEND="x11-libs/libX11
Thank you!