Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot/
Date: Mon, 28 Jan 2019 19:08:35
Message-Id: 1548689319.2b111ea51ed61b3abe5124836d3b68929509ae3c.prometheanfire@gentoo
1 commit: 2b111ea51ed61b3abe5124836d3b68929509ae3c
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 28 15:28:39 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 15:28:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b111ea5
7
8 app-crypt/certbot: fix acme deps
9
10 Fixes: https://bugs.gentoo.org/676612
11 Package-Manager: Portage-2.3.51, Repoman-2.3.12
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 app-crypt/certbot/certbot-0.30.0.ebuild | 2 +-
15 app-crypt/certbot/{certbot-0.30.1.ebuild => certbot-0.30.1-r1.ebuild} | 2 +-
16 app-crypt/certbot/certbot-9999.ebuild | 4 ++--
17 3 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/app-crypt/certbot/certbot-0.30.0.ebuild b/app-crypt/certbot/certbot-0.30.0.ebuild
20 index f5ff7c45897..7dcb4fadad6 100644
21 --- a/app-crypt/certbot/certbot-0.30.0.ebuild
22 +++ b/app-crypt/certbot/certbot-0.30.0.ebuild
23 @@ -24,7 +24,7 @@ IUSE="test"
24 CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
25 RDEPEND="
26 ${CDEPEND}
27 - >=app-crypt/acme-0.26.0[${PYTHON_USEDEP}]
28 + >=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]
29 >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}]
30 dev-python/configobj[${PYTHON_USEDEP}]
31 >=dev-python/cryptography-1.2[${PYTHON_USEDEP}]
32
33 diff --git a/app-crypt/certbot/certbot-0.30.1.ebuild b/app-crypt/certbot/certbot-0.30.1-r1.ebuild
34 similarity index 96%
35 rename from app-crypt/certbot/certbot-0.30.1.ebuild
36 rename to app-crypt/certbot/certbot-0.30.1-r1.ebuild
37 index f5ff7c45897..7dcb4fadad6 100644
38 --- a/app-crypt/certbot/certbot-0.30.1.ebuild
39 +++ b/app-crypt/certbot/certbot-0.30.1-r1.ebuild
40 @@ -24,7 +24,7 @@ IUSE="test"
41 CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
42 RDEPEND="
43 ${CDEPEND}
44 - >=app-crypt/acme-0.26.0[${PYTHON_USEDEP}]
45 + >=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]
46 >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}]
47 dev-python/configobj[${PYTHON_USEDEP}]
48 >=dev-python/cryptography-1.2[${PYTHON_USEDEP}]
49
50 diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild
51 index f029016bfb6..7dcb4fadad6 100644
52 --- a/app-crypt/certbot/certbot-9999.ebuild
53 +++ b/app-crypt/certbot/certbot-9999.ebuild
54 @@ -1,4 +1,4 @@
55 -# Copyright 1999-2018 Gentoo Authors
56 +# Copyright 1999-2019 Gentoo Authors
57 # Distributed under the terms of the GNU General Public License v2
58
59 EAPI=6
60 @@ -24,7 +24,7 @@ IUSE="test"
61 CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
62 RDEPEND="
63 ${CDEPEND}
64 - >=app-crypt/acme-0.26.0[${PYTHON_USEDEP}]
65 + >=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]
66 >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}]
67 dev-python/configobj[${PYTHON_USEDEP}]
68 >=dev-python/cryptography-1.2[${PYTHON_USEDEP}]