Diff wmbio-1.02 with a wmbio-1.02-r1

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

  
6 6
inherit toolchain-funcs
7 7

  
8
DESCRIPTION="A Window Maker applet that shows your biorhythm"
8
DESCRIPTION="Window Maker applet that shows your biorhythm"
9 9
HOMEPAGE="https://wmbio.sourceforge.net/"
10 10
SRC_URI="mirror://sourceforge/wmbio/${P}.tar.gz"
11
S="${WORKDIR}/${P}/src"
11 12

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

  
17 17
RDEPEND="x11-libs/libX11
18 18
	x11-libs/libXext
......
21 21
	x11-base/xorg-proto"
22 22

  
23 23
PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
24
S=${WORKDIR}/${P}/src
25 24

  
26 25
src_prepare() {
27 26
	default
Thank you!