Diff acpi_call-1.2.2-r1 with a acpi_call-9999

/usr/portage/sys-power/acpi_call/acpi_call-9999.ebuild 2023-10-09 14:52:35.564368503 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit linux-mod-r1
6
inherit git-r3 linux-mod-r1
7 7

  
8 8
DESCRIPTION="A linux kernel module that enables calls to ACPI"
9 9
HOMEPAGE="https://github.com/nix-community/acpi_call"
10
SRC_URI="https://github.com/nix-community/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
10
EGIT_REPO_URI="https://github.com/teleshoes/acpi_call.git"
11 11

  
12 12
LICENSE="GPL-3+"
13 13
SLOT="0"
14
KEYWORDS="amd64"
14
KEYWORDS=""
15 15
IUSE="examples"
16 16

  
17 17
CONFIG_CHECK="ACPI"
Thank you!