Diff ansible-13.2.0 with a ansible-14.3.1
| /usr/portage/app-admin/ansible/ansible-14.3.1.ebuild 2026-09-07 20:03:06.595915169 +0300 | ||
|---|---|---|
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 | 6 |
DISTUTILS_USE_PEP517="setuptools" |
| 7 |
PYTHON_COMPAT=( python3_{11..14} )
|
|
| 7 |
PYTHON_COMPAT=( python3_{12..14} )
|
|
| 8 | 8 | |
| 9 | 9 |
inherit distutils-r1 pypi |
| 10 | 10 | |
| ... | ... | |
| 20 | 20 |
RESTRICT="test" |
| 21 | 21 | |
| 22 | 22 |
RDEPEND=" |
| 23 |
>=app-admin/ansible-core-2.20.0 |
|
| 24 |
<app-admin/ansible-core-2.21.0 |
|
| 23 |
>=app-admin/ansible-core-2.21.0 |
|
| 24 |
<app-admin/ansible-core-2.22.0 |
|
| 25 | 25 |
" |
| 26 | 26 | |
| 27 | 27 |
python_compile() {
|