Diff tatt-0.11 with a tatt-9999

/usr/portage/app-portage/tatt/tatt-9999.ebuild 2023-10-09 14:52:28.848368334 +0300
5 5

  
6 6
PYTHON_COMPAT=( python3_{9..11} )
7 7

  
8
inherit distutils-r1
8
inherit distutils-r1 git-r3
9 9

  
10 10
DESCRIPTION="Arch testing tool"
11 11
HOMEPAGE="https://github.com/gentoo/tatt"
12
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
12
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/tatt.git
13
	https://github.com/gentoo/tatt.git"
13 14

  
14 15
LICENSE="GPL-2"
15 16
SLOT="0"
16
KEYWORDS="amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
17 17
IUSE="+templates"
18 18

  
19 19
RDEPEND="
Thank you!