From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1CA1C138206 for ; Sat, 23 Apr 2016 22:10:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ADAF21C007; Sat, 23 Apr 2016 22:10:37 +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 097A921C007 for ; Sat, 23 Apr 2016 22:10:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3B62340CFE for ; Sat, 23 Apr 2016 22:10:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79CD1C8 for ; Sat, 23 Apr 2016 22:10:32 +0000 (UTC) From: "Matt 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, "Matt Thode" Message-ID: <1461449406.6cfaaa5718b3f507c50b84b29372fedf20ac05d9.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.0.2.0-r1.ebuild app-admin/ansible/ansible-2.0.2.0.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 6cfaaa5718b3f507c50b84b29372fedf20ac05d9 X-VCS-Branch: master Date: Sat, 23 Apr 2016 22:10:32 +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: 1eb637bb-9c7e-4db9-9dea-05f180c43d5c X-Archives-Hash: e8e66a08247ed6c72758c0dbd8f14684 commit: 6cfaaa5718b3f507c50b84b29372fedf20ac05d9 Author: Matthew Thode gentoo org> AuthorDate: Sat Apr 23 22:09:14 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Apr 23 22:10:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cfaaa57 app-admin/ansible: fix spaces in reqs.txt bug 575972 Package-Manager: portage-2.2.26 app-admin/ansible/{ansible-2.0.2.0.ebuild => ansible-2.0.2.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/ansible/ansible-2.0.2.0.ebuild b/app-admin/ansible/ansible-2.0.2.0-r1.ebuild similarity index 96% rename from app-admin/ansible/ansible-2.0.2.0.ebuild rename to app-admin/ansible/ansible-2.0.2.0-r1.ebuild index abc7b10..e1e67a3 100644 --- a/app-admin/ansible/ansible-2.0.2.0.ebuild +++ b/app-admin/ansible/ansible-2.0.2.0-r1.ebuild @@ -32,6 +32,7 @@ RDEPEND=" " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/packaging-16.6[${PYTHON_USEDEP}] test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}]