Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot/
Date: Tue, 14 Feb 2017 23:01:31
Message-Id: 1487113266.478e0c563859e2b7ed45f119b0d7005f4769478a.mrueg@gentoo
1 commit: 478e0c563859e2b7ed45f119b0d7005f4769478a
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 23:00:50 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 23:01:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478e0c56
7
8 app-crypt/certbot: Sync live
9
10 Package-Manager: portage-2.3.3
11
12 app-crypt/certbot/certbot-9999.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild
16 index e7b790e549..c6bca773dc 100644
17 --- a/app-crypt/certbot/certbot-9999.ebuild
18 +++ b/app-crypt/certbot/certbot-9999.ebuild
19 @@ -25,7 +25,7 @@ IUSE="test"
20 CDEPEND=">=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
21 RDEPEND="
22 ${CDEPEND}
23 - =app-crypt/acme-${PV}[${PYTHON_USEDEP}]
24 + ~app-crypt/acme-${PV}[${PYTHON_USEDEP}]
25 >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}]
26 dev-python/configobj[${PYTHON_USEDEP}]
27 >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
28 @@ -44,7 +44,6 @@ DEPEND="
29 dev-python/coverage[${PYTHON_USEDEP}]
30 dev-python/nose[${PYTHON_USEDEP}]
31 dev-python/pep8[${PYTHON_USEDEP}]
32 - >=dev-python/psutil-2.2.1[${PYTHON_USEDEP}]
33 >=dev-python/pylint-1.4.2[${PYTHON_USEDEP}]
34 dev-python/wheel[${PYTHON_USEDEP}]
35 )"