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 F346E1396D9 for ; Wed, 18 Oct 2017 07:40:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DFFDE0E00; Wed, 18 Oct 2017 07:40:31 +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 1AD1DE0E00 for ; Wed, 18 Oct 2017 07:40:30 +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 BB96333C27B for ; Wed, 18 Oct 2017 07:40:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5200E31B for ; Wed, 18 Oct 2017 07:40:28 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1508312424.4eb78f3575e018aa21ea79c8589d5575c30e48d8.monsieurp@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.3.2.0-r2.ebuild app-admin/ansible/ansible-2.4.0.0.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 4eb78f3575e018aa21ea79c8589d5575c30e48d8 X-VCS-Branch: master Date: Wed, 18 Oct 2017 07:40:28 +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-Archives-Salt: e089dbb6-8509-4ebd-aa1d-a9a6712e0219 X-Archives-Hash: f021bb4215aa8685796eef0d36e6f7b2 commit: 4eb78f3575e018aa21ea79c8589d5575c30e48d8 Author: Patrice Clement gentoo org> AuthorDate: Wed Oct 18 07:39:34 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Oct 18 07:40:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb78f35 app-admin/ansible: remove PATCHES array. Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-admin/ansible/ansible-2.3.2.0-r2.ebuild | 2 +- app-admin/ansible/ansible-2.4.0.0.ebuild | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app-admin/ansible/ansible-2.3.2.0-r2.ebuild b/app-admin/ansible/ansible-2.3.2.0-r2.ebuild index aff0f1b8ef3..dce26e1069d 100644 --- a/app-admin/ansible/ansible-2.3.2.0-r2.ebuild +++ b/app-admin/ansible/ansible-2.3.2.0-r2.ebuild @@ -52,7 +52,7 @@ RESTRICT="test" PATCHES=( "${DISTDIR}/${PN}-2.3.2.0-pycryptodome.patch" "${FILESDIR}/${PN}-2.3.2.0-fix_key_error.patch" - ) +) python_test() { nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die diff --git a/app-admin/ansible/ansible-2.4.0.0.ebuild b/app-admin/ansible/ansible-2.4.0.0.ebuild index b23d3fefd4a..546c17afaf9 100644 --- a/app-admin/ansible/ansible-2.4.0.0.ebuild +++ b/app-admin/ansible/ansible-2.4.0.0.ebuild @@ -45,9 +45,6 @@ DEPEND=" # not included in release tarball RESTRICT="test" -PATCHES=( - ) - python_test() { nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die }