From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4E0531384B4 for ; Wed, 9 Dec 2015 21:46:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3670121C033; Wed, 9 Dec 2015 21:46:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8E5721C033 for ; Wed, 9 Dec 2015 21:46:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2141433FE13 for ; Wed, 9 Dec 2015 21:46:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39D67A3F for ; Wed, 9 Dec 2015 21:46:16 +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: <1449697553.1edd4e4101ff8f7a72ce84f95120bab4f32840f2.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: app-crypt/letsencrypt-apache/, app-crypt/letsencrypt-nginx/ X-VCS-Repository: dev/mrueg X-VCS-Files: app-crypt/letsencrypt-apache/letsencrypt-apache-9999.ebuild app-crypt/letsencrypt-nginx/letsencrypt-nginx-9999.ebuild X-VCS-Directories: app-crypt/letsencrypt-apache/ app-crypt/letsencrypt-nginx/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 1edd4e4101ff8f7a72ce84f95120bab4f32840f2 X-VCS-Branch: master Date: Wed, 9 Dec 2015 21:46:16 +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: 21e5fa9c-3d2a-465c-ae46-919ad7ecdadc X-Archives-Hash: 80ef6cfac0039079bbb96c14c11905c6 commit: 1edd4e4101ff8f7a72ce84f95120bab4f32840f2 Author: David Heidelberg ixit cz> AuthorDate: Tue Dec 8 18:43:36 2015 +0000 Commit: Manuel Rüger gentoo 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 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}]"