From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-943335-garchives=archives.gentoo.org@lists.gentoo.org>
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 526A2139694
	for <garchives@archives.gentoo.org>; Sat,  8 Apr 2017 18:18:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 95868E0BF2;
	Sat,  8 Apr 2017 18:18:16 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 72881E0BF2
	for <gentoo-commits@lists.gentoo.org>; Sat,  8 Apr 2017 18:18:16 +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 3E0ED341301
	for <gentoo-commits@lists.gentoo.org>; Sat,  8 Apr 2017 18:18:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A10F69BC
	for <gentoo-commits@lists.gentoo.org>; Sat,  8 Apr 2017 18:18:13 +0000 (UTC)
From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" <prometheanfire@gentoo.org>
Message-ID: <1491675477.162248123bf5655a2dbf36e3ef89d65fcd2c5aed.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.2.2.0.ebuild
X-VCS-Directories: app-admin/ansible/
X-VCS-Committer: prometheanfire
X-VCS-Committer-Name: Matt Thode
X-VCS-Revision: 162248123bf5655a2dbf36e3ef89d65fcd2c5aed
X-VCS-Branch: master
Date: Sat,  8 Apr 2017 18:18:13 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 8b045594-d3af-45f6-a633-285b9bed1298
X-Archives-Hash: 88a7fc3f571d02c5e45c7ac6cce1fa53

commit:     162248123bf5655a2dbf36e3ef89d65fcd2c5aed
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 18:17:39 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 18:17:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16224812

app-admin/ansible: relaxing jinja2 dep on 2.2.2.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/ansible/ansible-2.2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible/ansible-2.2.2.0.ebuild b/app-admin/ansible/ansible-2.2.2.0.ebuild
index dc0ce0c2665..16e6d897dd7 100644
--- a/app-admin/ansible/ansible-2.2.2.0.ebuild
+++ b/app-admin/ansible/ansible-2.2.2.0.ebuild
@@ -18,7 +18,7 @@ IUSE="test"
 
 RDEPEND="
 	dev-python/paramiko[${PYTHON_USEDEP}]
-	<dev-python/jinja-2.9[${PYTHON_USEDEP}]
+	dev-python/jinja[${PYTHON_USEDEP}]
 	dev-python/pyyaml[${PYTHON_USEDEP}]
 	dev-python/setuptools[${PYTHON_USEDEP}]
 	>=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]