Diff doom-modeline-3.4.0 with a doom-modeline-4.0.1

/usr/portage/app-emacs/doom-modeline/doom-modeline-4.0.1.ebuild 2023-10-09 14:52:28.680368330 +0300
8 8
DESCRIPTION="Fancy and fast mode-line for Emacs inspired by minimalism design"
9 9
HOMEPAGE="https://seagle0128.github.io/doom-modeline/
10 10
	https://github.com/seagle0128/doom-modeline/"
11
SRC_URI="https://github.com/seagle0128/${PN}/archive/v${PV}.tar.gz
12
	-> ${P}.tar.gz"
11

  
12
if [[ ${PV} == *9999* ]] ; then
13
	inherit git-r3
14
	EGIT_REPO_URI="https://github.com/seagle0128/${PN}.git"
15
else
16
	SRC_URI="https://github.com/seagle0128/${PN}/archive/v${PV}.tar.gz
17
		-> ${P}.tar.gz"
18
	KEYWORDS="~amd64 ~x86"
19
fi
13 20

  
14 21
LICENSE="GPL-3+"
15 22
SLOT="0"
16
KEYWORDS="~amd64 ~x86"
17 23

  
18 24
DOCS=( README.md )
19 25
SITEFILE="50${PN}-gentoo.el"
20 26

  
21 27
RDEPEND="
22
	app-emacs/all-the-icons
23 28
	app-emacs/compat
29
	app-emacs/nerd-icons
24 30
	app-emacs/shrink-path
25 31
"
26 32
BDEPEND="${RDEPEND}"
Thank you!