Diff glep63-check-10 with a glep63-check-11

/usr/portage/app-crypt/glep63-check/glep63-check-11.ebuild 2023-10-09 14:52:28.232368318 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6
DISTUTILS_USE_PEP517=flit
6 7
PYTHON_COMPAT=( python3_{9..11} )
7
DISTUTILS_USE_SETUPTOOLS=no
8 8

  
9 9
inherit distutils-r1
10 10

  
......
16 16

  
17 17
LICENSE="BSD-2"
18 18
SLOT="0"
19
KEYWORDS="amd64 x86"
19
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
20 20

  
21 21
RDEPEND="app-crypt/gnupg"
22 22
DEPEND="
23 23
	test? (
24
		>=app-crypt/gnupg-2.2.29
24
		>=app-crypt/gnupg-2.3.3
25 25
		sys-libs/libfaketime
26 26
	)"
27 27

  
Thank you!