Diff certbot-2.6.0 with a certbot-2.7.0
/usr/portage/app-crypt/certbot/certbot-2.7.0.ebuild 2023-10-09 14:52:28.228368318 +0300 | ||
---|---|---|
19 | 19 |
https://github.com/certbot/certbot/archive/v${PV}.tar.gz |
20 | 20 |
-> ${P}.gh.tar.gz |
21 | 21 |
" |
22 |
KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86" |
|
22 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" |
|
23 | 23 |
fi |
24 | 24 | |
25 | 25 |
DESCRIPTION="Let’s Encrypt client to automate deployment of X.509 certificates" |
... | ... | |
47 | 47 |
# See certbot/setup.py for acme >= dep |
48 | 48 |
RDEPEND=" |
49 | 49 |
>=app-crypt/acme-${PV}[${PYTHON_USEDEP}] |
50 |
>=dev-python/ConfigArgParse-0.9.3[${PYTHON_USEDEP}] |
|
50 |
>=dev-python/ConfigArgParse-1.5.3[${PYTHON_USEDEP}] |
|
51 | 51 |
>=dev-python/configobj-5.0.6[${PYTHON_USEDEP}] |
52 | 52 |
>=dev-python/cryptography-3.2.1[${PYTHON_USEDEP}] |
53 | 53 |
>=dev-python/distro-1.0.1[${PYTHON_USEDEP}] |