From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A029138359 for ; Tue, 3 Nov 2020 18:20:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA9B2E0A46; Tue, 3 Nov 2020 18:20:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A929E0A46 for ; Tue, 3 Nov 2020 18:20:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E230340DC4 for ; Tue, 3 Nov 2020 18:19:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6A003B2 for ; Tue, 3 Nov 2020 18:19:57 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1604427593.0bf52fd63710d20619a8889178c19095a526160a.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible/ansible-2.10.1.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 0bf52fd63710d20619a8889178c19095a526160a X-VCS-Branch: master Date: Tue, 3 Nov 2020 18:19:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6f3831fe-ece2-47f1-955b-2f04b488a644 X-Archives-Hash: b483f2a4f85ea7059c2f978dc14b4b1b commit: 0bf52fd63710d20619a8889178c19095a526160a Author: Matthew Thode gentoo org> AuthorDate: Tue Nov 3 18:18:42 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Tue Nov 3 18:19:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf52fd6 app-admin/ansible: fix patching 2.10.1 Closes: https://bugs.gentoo.org/752483 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Matthew Thode gentoo.org> app-admin/ansible/ansible-2.10.1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/app-admin/ansible/ansible-2.10.1.ebuild b/app-admin/ansible/ansible-2.10.1.ebuild index e354669aeae..3bfcb1fab2c 100644 --- a/app-admin/ansible/ansible-2.10.1.ebuild +++ b/app-admin/ansible/ansible-2.10.1.ebuild @@ -57,8 +57,6 @@ DEPEND=" dev-vcs/git )" -PATCHES=( "${FILESDIR}/ansible-2.10.0-CVE-2020-25635-6.patch" ) - python_compile() { export ANSIBLE_SKIP_CONFLICT_CHECK=1 distutils-r1_python_compile