Diff ansible-4.6.0 with a ansible-5.4.0
/usr/portage/app-admin/ansible/ansible-5.4.0.ebuild 2022-05-18 10:49:08.139491838 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2022 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 |
PYTHON_COMPAT=( python3_{8..9} ) |
|
6 |
PYTHON_COMPAT=( python3_{8..10} ) |
|
7 | 7 | |
8 | 8 |
inherit distutils-r1 |
9 | 9 | |
... | ... | |
16 | 16 |
KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos" |
17 | 17 |
RESTRICT="test" |
18 | 18 | |
19 |
RDEPEND=">=app-admin/ansible-base-2.11.1 |
|
20 |
<app-admin/ansible-base-2.12" |
|
19 |
RDEPEND=">=app-admin/ansible-base-2.12.0 |
|
20 |
<app-admin/ansible-base-2.13" |
|
21 | 21 | |
22 | 22 |
python_compile() { |
23 | 23 |
local -x ANSIBLE_SKIP_CONFLICT_CHECK=1 |