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 BC8F2138330 for ; Sun, 4 Sep 2016 02:46:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70E3921C080; Sun, 4 Sep 2016 02:46:54 +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 1162721C080 for ; Sun, 4 Sep 2016 02:46:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 11E5D33E3A9 for ; Sun, 4 Sep 2016 02:46:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2145F7D3 for ; Sun, 4 Sep 2016 02:46:50 +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: <1472957081.358ef4db0101e0c30bab9a8ae5cb7bedbba51a95.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/certbot/certbot-0.8.1-r1.ebuild app-crypt/certbot/certbot-0.8.1-r2.ebuild X-VCS-Directories: app-crypt/certbot/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 358ef4db0101e0c30bab9a8ae5cb7bedbba51a95 X-VCS-Branch: master Date: Sun, 4 Sep 2016 02:46:50 +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: da3fbce3-371b-4989-b351-075fbe9df25f X-Archives-Hash: e98613c367a3e0081d2cf6f2f56ac885 commit: 358ef4db0101e0c30bab9a8ae5cb7bedbba51a95 Author: Matthew Thode gentoo org> AuthorDate: Sun Sep 4 02:44:41 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Sep 4 02:44:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358ef4db app-crypt/certbot: psutil IS required... Package-Manager: portage-2.2.28 .../{certbot-0.8.1-r1.ebuild => certbot-0.8.1-r2.ebuild} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app-crypt/certbot/certbot-0.8.1-r1.ebuild b/app-crypt/certbot/certbot-0.8.1-r2.ebuild similarity index 83% rename from app-crypt/certbot/certbot-0.8.1-r1.ebuild rename to app-crypt/certbot/certbot-0.8.1-r2.ebuild index 3f4ec97..335b2ae 100644 --- a/app-crypt/certbot/certbot-0.8.1-r1.ebuild +++ b/app-crypt/certbot/certbot-0.8.1-r2.ebuild @@ -33,6 +33,7 @@ RDEPEND=" dev-python/pyrfc3339[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] + >=dev-python/psutil-2.2.1[${PYTHON_USEDEP}] dev-python/zope-component[${PYTHON_USEDEP}] dev-python/zope-interface[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/pythondialog-3.2.2:python-2' python2_7) @@ -42,13 +43,12 @@ RDEPEND=" DEPEND=" >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] test? ( - >=dev-python/astroid-1.3.5 - dev-python/coverage - dev-python/nose - dev-python/pep8 - >=dev-python/psutil-2.2.1 - >=dev-python/pylint-1.4.2 - dev-python/wheel + >=dev-python/astroid-1.3.5[${PYTHON_USEDEP}] + dev-python/coverage[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + dev-python/pep8[${PYTHON_USEDEP}] + >=dev-python/pylint-1.4.2[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] )" python_test() {