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 A260E138206 for ; Sat, 23 Apr 2016 22:12:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D7CE21C004; Sat, 23 Apr 2016 22:12:21 +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 B7C5221C004 for ; Sat, 23 Apr 2016 22:12:20 +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 9D312340D17 for ; Sat, 23 Apr 2016 22:12:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB3E8C8 for ; Sat, 23 Apr 2016 22:12:17 +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: <1461449511.0d89873d3a52111d97ddbfd692fbe5b4b1a7ecaa.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-9999.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 0d89873d3a52111d97ddbfd692fbe5b4b1a7ecaa X-VCS-Branch: master Date: Sat, 23 Apr 2016 22:12:17 +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: 1a7bb2dd-8dac-41d0-8707-64432a941e94 X-Archives-Hash: ff0e201cec4acbb7dcf0ea0114c8054a commit: 0d89873d3a52111d97ddbfd692fbe5b4b1a7ecaa Author: Matthew Thode gentoo org> AuthorDate: Sat Apr 23 22:11:51 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Apr 23 22:11:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d89873d app-admin/ansible: also fix 9999 Package-Manager: portage-2.2.26 app-admin/ansible/ansible-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild index 656b4c7..57ee497 100644 --- a/app-admin/ansible/ansible-9999.ebuild +++ b/app-admin/ansible/ansible-9999.ebuild @@ -33,6 +33,7 @@ RDEPEND=" " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/packaging-16.6[${PYTHON_USEDEP}] test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}]