Diff gitea-1.19.3 with a gitea-1.20.4

/usr/portage/www-apps/gitea/gitea-1.20.4.ebuild 2023-10-09 14:52:35.872368511 +0300
6 6
inherit fcaps go-module tmpfiles systemd flag-o-matic
7 7

  
8 8
DESCRIPTION="A painless self-hosted Git service"
9
HOMEPAGE="https://gitea.io https://github.com/go-gitea/gitea"
9
HOMEPAGE="https://gitea.com https://github.com/go-gitea/gitea"
10 10

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

  
19 19
S="${WORKDIR}/${PN}-src-${PV}"
Thank you!