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 02D76139694 for ; Tue, 14 Feb 2017 23:01:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72013E0D63; Tue, 14 Feb 2017 23:01:22 +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 4F6F6E0D63 for ; Tue, 14 Feb 2017 23:01:22 +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 3EC4734105A for ; Tue, 14 Feb 2017 23:01:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2E2F4808 for ; Tue, 14 Feb 2017 23:01:19 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1487113266.478e0c563859e2b7ed45f119b0d7005f4769478a.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/certbot/certbot-9999.ebuild X-VCS-Directories: app-crypt/certbot/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 478e0c563859e2b7ed45f119b0d7005f4769478a X-VCS-Branch: master Date: Tue, 14 Feb 2017 23:01:19 +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: bbc5a7cc-4968-4a1a-9d48-094a50ccf270 X-Archives-Hash: 27393ad31e0d1b3bb3cb99077b286afb commit: 478e0c563859e2b7ed45f119b0d7005f4769478a Author: Manuel Rüger gentoo org> AuthorDate: Tue Feb 14 23:00:50 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Feb 14 23:01:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478e0c56 app-crypt/certbot: Sync live Package-Manager: portage-2.3.3 app-crypt/certbot/certbot-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index e7b790e549..c6bca773dc 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -25,7 +25,7 @@ IUSE="test" CDEPEND=">=dev-python/setuptools-1.0[${PYTHON_USEDEP}]" RDEPEND=" ${CDEPEND} - =app-crypt/acme-${PV}[${PYTHON_USEDEP}] + ~app-crypt/acme-${PV}[${PYTHON_USEDEP}] >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}] dev-python/configobj[${PYTHON_USEDEP}] >=dev-python/cryptography-0.7[${PYTHON_USEDEP}] @@ -44,7 +44,6 @@ DEPEND=" dev-python/coverage[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/pep8[${PYTHON_USEDEP}] - >=dev-python/psutil-2.2.1[${PYTHON_USEDEP}] >=dev-python/pylint-1.4.2[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] )"