commit: 1edd4e4101ff8f7a72ce84f95120bab4f32840f2
Author: David Heidelberg <david <AT> ixit <DOT> cz>
AuthorDate: Tue Dec 8 18:43:36 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Dec 9 21:45:53 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=1edd4e41
app-crypt/letsencrypt-*: fix acme dependency
Signed-off-by: David Heidelberg <david <AT> ixit.cz>
app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild | 2 +-
app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild
b/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild
index 281f234..9b1316f 100644
--- a/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild
+++ b/app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild
@@ -18,7 +18,7 @@ KEYWORDS=""
IUSE="test"
RDEPEND="app-crypt/letsencrypt[${PYTHON_USEDEP}]
- dev-python/acme[${PYTHON_USEDEP}]
+ app-crypt/acme[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/python-augeas[${PYTHON_USEDEP}]
dev-python/zope-component[${PYTHON_USEDEP}]
diff --git a/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild
b/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild
index 16d3841..19dd136 100644
--- a/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild
+++ b/app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild
@@ -18,7 +18,7 @@ KEYWORDS=""
IUSE="test"
RDEPEND="app-crypt/letsencrypt[${PYTHON_USEDEP}]
- dev-python/acme[${PYTHON_USEDEP}]
+ app-crypt/acme[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]"