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 91ADB139694 for ; Tue, 6 Jun 2017 16:18:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9FCD21C0A1; Tue, 6 Jun 2017 16:18:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A862221C0A1 for ; Tue, 6 Jun 2017 16:18:33 +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 DAFF3341A06 for ; Tue, 6 Jun 2017 16:18:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AE117452 for ; Tue, 6 Jun 2017 16:18:31 +0000 (UTC) From: "Tony Vroon" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Vroon" Message-ID: <1496765893.c20efce6d73e50ab3b4a4585f632a9d6eaaf5b8d.chainsaw@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.0.0-r1.ebuild app-admin/ansible/ansible-2.3.0.0-r2.ebuild app-admin/ansible/ansible-2.3.1.0.ebuild app-admin/ansible/ansible-9999.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: chainsaw X-VCS-Committer-Name: Tony Vroon X-VCS-Revision: c20efce6d73e50ab3b4a4585f632a9d6eaaf5b8d X-VCS-Branch: master Date: Tue, 6 Jun 2017 16:18:31 +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: 742febe3-45d1-4c69-85d9-f3054bc71fbd X-Archives-Hash: 29288a24d058bb385ad95192ad452610 commit: c20efce6d73e50ab3b4a4585f632a9d6eaaf5b8d Author: Tony Vroon gentoo org> AuthorDate: Tue Jun 6 16:18:00 2017 +0000 Commit: Tony Vroon gentoo org> CommitDate: Tue Jun 6 16:18:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20efce6 app-admin/ansible: Jinja 2.9 is not yet fully supported as per Riccardo Verzeni in the LINX software team. Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-admin/ansible/ansible-2.3.0.0-r1.ebuild | 2 +- app-admin/ansible/ansible-2.3.0.0-r2.ebuild | 2 +- app-admin/ansible/ansible-2.3.1.0.ebuild | 2 +- app-admin/ansible/ansible-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-admin/ansible/ansible-2.3.0.0-r1.ebuild b/app-admin/ansible/ansible-2.3.0.0-r1.ebuild index 7770aafc460..e813dc57098 100644 --- a/app-admin/ansible/ansible-2.3.0.0-r1.ebuild +++ b/app-admin/ansible/ansible-2.3.0.0-r1.ebuild @@ -18,7 +18,7 @@ IUSE="test" RDEPEND=" dev-python/paramiko[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] + =dev-python/pycrypto-2.6[${PYTHON_USEDEP}] diff --git a/app-admin/ansible/ansible-2.3.0.0-r2.ebuild b/app-admin/ansible/ansible-2.3.0.0-r2.ebuild index 80636e8fdd8..000bb855c14 100644 --- a/app-admin/ansible/ansible-2.3.0.0-r2.ebuild +++ b/app-admin/ansible/ansible-2.3.0.0-r2.ebuild @@ -19,7 +19,7 @@ IUSE="test" RDEPEND=" dev-python/paramiko[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] +