Diff rofi-calc-2.2.0 with a rofi-calc-9999

/usr/portage/x11-misc/rofi-calc/rofi-calc-9999.ebuild 2023-10-09 14:52:35.944368513 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit autotools
6
inherit git-r3 autotools
7 7

  
8 8
DESCRIPTION="Do live calculations in rofi!"
9 9
HOMEPAGE="https://github.com/svenstaro/rofi-calc"
10
SRC_URI="https://github.com/svenstaro/rofi-calc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
10
SRC_URI=""
11
EGIT_REPO_URI="https://github.com/svenstaro/rofi-calc.git"
11 12

  
12 13
LICENSE="MIT"
13 14
SLOT="0"
14
KEYWORDS="~amd64 ~x86"
15
KEYWORDS=""
15 16
IUSE=""
16 17

  
17 18
DEPEND="
Thank you!