Diff svn2git-1.0.18-r1 with a svn2git-9999

/usr/portage/dev-vcs/svn2git/svn2git-9999.ebuild 2023-10-09 14:52:31.024368389 +0300
9 9
DESCRIPTION="Tool for one-time conversion from svn to git"
10 10
HOMEPAGE="https://github.com/svn-all-fast-export/svn2git"
11 11
if [[ "${PV}" == "9999" ]]; then
12
	EGIT_SUBMODULES=()
12 13
	EGIT_REPO_URI="https://github.com/svn-all-fast-export/svn2git.git"
13 14
else
14 15
	SRC_URI="https://github.com/svn-all-fast-export/svn2git/archive/${PV}.tar.gz -> ${P}.tar.gz"
......
33 34
		APR_INCLUDE=/usr/include/apr-1
34 35
		PREFIX=/usr
35 36
		SVN_INCLUDE=/usr/include/subversion-1
36
		VERSION=${PV}
37 37
	)
38 38
	eqmake5 "${qmake_args[@]}" fast-export2.pro
39 39
}
Thank you!