Diff gemato-20.5 with a gemato-9999
/usr/portage/app-portage/gemato/gemato-9999.ebuild 2023-10-09 14:52:28.844368334 +0300 | ||
---|---|---|
7 | 7 |
PYTHON_COMPAT=( python3_{10..12} pypy3 ) |
8 | 8 |
PYTHON_REQ_USE='threads(+)' |
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/projg2/gemato/ |
15 | 15 |
https://pypi.org/project/gemato/ |
16 | 16 |
" |
17 |
EGIT_REPO_URI="https://github.com/projg2/gemato.git" |
|
17 | 18 | |
18 | 19 |
LICENSE="BSD-2" |
19 | 20 |
SLOT="0" |
20 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" |
|
21 | 21 |
IUSE="+gpg pretty-log tools" |
22 | 22 | |
23 | 23 |
RDEPEND=" |