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 F1F81138D54 for ; Mon, 24 Oct 2016 21:29:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62D70E083A; Mon, 24 Oct 2016 21:29:13 +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 4E4E1E083A for ; Mon, 24 Oct 2016 21:29:13 +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 8A873341691 for ; Mon, 24 Oct 2016 21:29:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B56132FD for ; Mon, 24 Oct 2016 21:29:10 +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: <1477344493.9406930786e022fee5b97318b59ff746549b0608.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-0.9.3-r1.ebuild app-crypt/certbot/certbot-0.9.3.ebuild X-VCS-Directories: app-crypt/certbot/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 9406930786e022fee5b97318b59ff746549b0608 X-VCS-Branch: master Date: Mon, 24 Oct 2016 21:29:10 +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: f3c1f414-4ee9-47f7-9073-069d84191e33 X-Archives-Hash: 310133087f65c7d0bb7020c3fa1083ae commit: 9406930786e022fee5b97318b59ff746549b0608 Author: Manuel Rüger gentoo org> AuthorDate: Mon Oct 24 21:28:13 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Oct 24 21:28:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94069307 app-crypt/certbot: Remove no longer needed dependency on psutil Gentoo-Bug: #597332 Package-Manager: portage-2.3.2 app-crypt/certbot/{certbot-0.9.3.ebuild => certbot-0.9.3-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/app-crypt/certbot/certbot-0.9.3.ebuild b/app-crypt/certbot/certbot-0.9.3-r1.ebuild similarity index 97% rename from app-crypt/certbot/certbot-0.9.3.ebuild rename to app-crypt/certbot/certbot-0.9.3-r1.ebuild index 32d09fe..6a6d79f 100644 --- a/app-crypt/certbot/certbot-0.9.3.ebuild +++ b/app-crypt/certbot/certbot-0.9.3-r1.ebuild @@ -33,7 +33,6 @@ 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)