Diff cwm-7.1 with a cwm-9999

/usr/portage/x11-wm/cwm/cwm-9999.ebuild 2024-07-02 13:51:49.993851609 +0300
6 6
inherit desktop toolchain-funcs
7 7

  
8 8
DESCRIPTION="OpenBSD fork of calmwm, a clean and lightweight window manager"
9
HOMEPAGE="https://github.com/leahneukirchen/cwm
10
	https://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/
11
"
9
HOMEPAGE="https://github.com/leahneukirchen/cwm"
12 10

  
13 11
if [[ ${PV} == 9999 ]]; then
14 12
	inherit git-r3
15 13
	EGIT_REPO_URI="https://github.com/leahneukirchen/cwm.git"
16 14
else
17 15
	SRC_URI="https://github.com/leahneukirchen/cwm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
18
	KEYWORDS="amd64 arm ~arm64 ~riscv x86"
16
	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
19 17
fi
20 18

  
21 19
LICENSE="ISC"
Thank you!