Diff gemato-20.12 with a gemato-9999

/usr/portage/app-portage/gemato/gemato-9999.ebuild 2026-03-03 11:46:17.133672096 +0300
7 7
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
8 8
PYTHON_REQ_USE='threads(+),ssl(+)'
9 9

  
10
inherit distutils-r1 pypi
10
inherit distutils-r1 git-r3
11 11

  
12 12
DESCRIPTION="Stand-alone Manifest generation & verification tool"
13 13
HOMEPAGE="
14 14
	https://github.com/gentoo/gemato/
15 15
	https://pypi.org/project/gemato/
16 16
"
17
EGIT_REPO_URI="https://github.com/gentoo/gemato.git"
17 18

  
18 19
LICENSE="GPL-2+"
19 20
SLOT="0"
20
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
21 21
IUSE="+gpg pretty-log tools"
22 22

  
23 23
RDEPEND="
......
33 33
# https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/work_items/152
34 34
BDEPEND="
35 35
	test? (
36
		app-alternatives/gpg[ssl]
36
		>=app-crypt/gnupg-2.2.20-r1
37 37
		dev-python/requests[${PYTHON_USEDEP}]
38 38
		dev-python/responses[${PYTHON_USEDEP}]
39 39
	)
Thank you!