Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mrueg:master commit in: app-crypt/letsencrypt-apache/, app-crypt/letsencrypt-nginx/
Date: Wed, 09 Dec 2015 21:46:25
Message-Id: 1449697553.1edd4e4101ff8f7a72ce84f95120bab4f32840f2.mrueg@gentoo
1 commit: 1edd4e4101ff8f7a72ce84f95120bab4f32840f2
2 Author: David Heidelberg <david <AT> ixit <DOT> cz>
3 AuthorDate: Tue Dec 8 18:43:36 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 9 21:45:53 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=1edd4e41
7
8 app-crypt/letsencrypt-*: fix acme dependency
9
10 Signed-off-by: David Heidelberg <david <AT> ixit.cz>
11
12 app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild | 2 +-
13 app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild b/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild
17 index 281f234..9b1316f 100644
18 --- a/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild
19 +++ b/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild
20 @@ -18,7 +18,7 @@ KEYWORDS=""
21 IUSE="test"
22
23 RDEPEND="app-crypt/letsencrypt[${PYTHON_USEDEP}]
24 - dev-python/acme[${PYTHON_USEDEP}]
25 + app-crypt/acme[${PYTHON_USEDEP}]
26 dev-python/mock[${PYTHON_USEDEP}]
27 dev-python/python-augeas[${PYTHON_USEDEP}]
28 dev-python/zope-component[${PYTHON_USEDEP}]
29
30 diff --git a/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild b/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild
31 index 16d3841..19dd136 100644
32 --- a/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild
33 +++ b/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild
34 @@ -18,7 +18,7 @@ KEYWORDS=""
35 IUSE="test"
36
37 RDEPEND="app-crypt/letsencrypt[${PYTHON_USEDEP}]
38 - dev-python/acme[${PYTHON_USEDEP}]
39 + app-crypt/acme[${PYTHON_USEDEP}]
40 dev-python/mock[${PYTHON_USEDEP}]
41 dev-python/pyparsing[${PYTHON_USEDEP}]
42 dev-python/zope-interface[${PYTHON_USEDEP}]"