Diff energi3-3.1.0 with a energi3-9999

/usr/portage/net-p2p/energi3/energi3-9999.ebuild 2023-10-09 14:52:34.740368482 +0300
8 8
DESCRIPTION="Official golang implementation of the Energi Core"
9 9
HOMEPAGE="https://www.energi.world/"
10 10

  
11
PATCHES=(
12
	"${FILESDIR}/${PV}-tidy.patch"
13
)
14

  
15 11
if [[ ${PV} == *9999 ]] ; then
16 12
	EGIT_REPO_URI="https://github.com/energicryptocurrency/${PN}.git"
17 13
	EGIT_SUBMODULES=()
Thank you!