Diff wmweather-2.4.7 with a wmweather-2.4.7-r1

/usr/portage/x11-plugins/wmweather/wmweather-2.4.7-r1.ebuild 2023-10-09 14:52:35.976368514 +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 dockable weather monitor for standard METAR stations using ICAO location"
6
DESCRIPTION="Dockable weather monitor for standard METAR stations using ICAO location"
7 7
HOMEPAGE="https://people.debian.org/~godisch/wmweather/"
8 8
SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
9
S="${WORKDIR}/${P}/src"
9 10

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

  
15 15
RDEPEND="x11-libs/libX11
16 16
	x11-libs/libXext
......
21 21
DEPEND="${RDEPEND}
22 22
	x11-base/xorg-proto"
23 23

  
24
S=${WORKDIR}/${P}/src
25

  
26 24
DOCS=(
27 25
	"${WORKDIR}"/${P}/CHANGES
28 26
	"${WORKDIR}"/${P}/README
Thank you!