Diff ima-evm-utils-1.4-r1 with a ima-evm-utils-9999

/usr/portage/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild 2023-10-09 14:52:28.232368318 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit autotools
6
inherit autotools git-r3
7 7

  
8 8
DESCRIPTION="Supporting tools for IMA and EVM"
9 9
HOMEPAGE="http://linux-ima.sourceforge.net"
10
SRC_URI="https://download.sourceforge.net/linux-ima/${P}.tar.gz"
10
EGIT_REPO_URI="https://git.code.sf.net/p/linux-ima/ima-evm-utils"
11 11

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

  
17 16
RDEPEND="
Thank you!