Diff set_opacity-1.0 with a set_opacity-9999

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

  
4 4
EAPI=7
5 5

  
6
inherit toolchain-funcs
6
inherit git-r3 toolchain-funcs
7

  
8
EGIT_REPO_URI="https://github.com/XVilka/set_opacity.git"
7 9

  
8 10
DESCRIPTION="Tool for set real compositing for windows through window's id, process' pid etc."
9 11
HOMEPAGE="https://github.com/XVilka/set_opacity"
10
SRC_URI="https://github.com/XVilka/set_opacity/archive-tarball/${PV} -> ${P}.tar.gz"
12
SRC_URI=""
11 13

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

  
17 18
DEPEND="x11-libs/libXdamage
......
20 21
	x11-libs/libXrender"
21 22
RDEPEND=${DEPEND}
22 23

  
23
S="${WORKDIR}/x11-tools-set_opacity"
24
KEYWORDS=""
24 25

  
25 26
src_compile() {
26 27
	emake CC="$(tc-getCC)"
Thank you!