Diff energi3-3.0.8 with a energi3-3.1.0

/usr/portage/net-p2p/energi3/energi3-3.1.0.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

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