Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/
Date: Tue, 03 Nov 2020 18:20:01
Message-Id: 1604427593.0bf52fd63710d20619a8889178c19095a526160a.prometheanfire@gentoo
1 commit: 0bf52fd63710d20619a8889178c19095a526160a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 3 18:18:42 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 3 18:19:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf52fd6
7
8 app-admin/ansible: fix patching 2.10.1
9
10 Closes: https://bugs.gentoo.org/752483
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.2
13 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
14
15 app-admin/ansible/ansible-2.10.1.ebuild | 2 --
16 1 file changed, 2 deletions(-)
17
18 diff --git a/app-admin/ansible/ansible-2.10.1.ebuild b/app-admin/ansible/ansible-2.10.1.ebuild
19 index e354669aeae..3bfcb1fab2c 100644
20 --- a/app-admin/ansible/ansible-2.10.1.ebuild
21 +++ b/app-admin/ansible/ansible-2.10.1.ebuild
22 @@ -57,8 +57,6 @@ DEPEND="
23 dev-vcs/git
24 )"
25
26 -PATCHES=( "${FILESDIR}/ansible-2.10.0-CVE-2020-25635-6.patch" )
27 -
28 python_compile() {
29 export ANSIBLE_SKIP_CONFLICT_CHECK=1
30 distutils-r1_python_compile