Diff goaccess-1.7.2 with a goaccess-9999

/usr/portage/net-analyzer/goaccess/goaccess-9999.ebuild 2023-10-09 14:52:33.312368446 +0300
5 5

  
6 6
EAPI=8
7 7

  
8
inherit autotools optfeature systemd tmpfiles
8
EGIT_REPO_URI="https://github.com/allinurl/${PN}.git"
9

  
10
inherit autotools git-r3 optfeature systemd tmpfiles
9 11

  
10 12
DESCRIPTION="A real-time web log analyzer and interactive viewer in a terminal"
11 13
HOMEPAGE="https://goaccess.io"
12
SRC_URI="https://tar.goaccess.io/${P}.tar.gz"
14
SRC_URI=""
13 15

  
14 16
LICENSE="MIT"
15 17
SLOT="0"
16
KEYWORDS="~amd64 ~x86"
18
KEYWORDS=""
17 19
IUSE="debug geoip geoipv2 getline ssl unicode"
18 20
REQUIRED_USE="geoipv2? ( geoip )"
19 21

  
Thank you!