From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D31D3138335 for ; Thu, 12 Jul 2018 17:44:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7935FE0921; Thu, 12 Jul 2018 17:44:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41887E0921 for ; Thu, 12 Jul 2018 17:44:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6E15335CAC for ; Thu, 12 Jul 2018 17:44:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60245372 for ; Thu, 12 Jul 2018 17:44:05 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1531417433.0cb196bb118a4958a86d78604341e104389b2b9c.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/certbot/certbot-0.26.0.ebuild app-crypt/certbot/certbot-9999.ebuild X-VCS-Directories: app-crypt/certbot/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 0cb196bb118a4958a86d78604341e104389b2b9c X-VCS-Branch: master Date: Thu, 12 Jul 2018 17:44:05 +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: 24c6304d-0048-4a5f-a109-b9e5903ee6de X-Archives-Hash: be50283e1f5e4e40ddda73cd10e1fc7b commit: 0cb196bb118a4958a86d78604341e104389b2b9c Author: Matthew Thode gentoo org> AuthorDate: Thu Jul 12 17:43:29 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Jul 12 17:43:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb196bb app-crypt/certbot: fixing acme dep Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-crypt/certbot/certbot-0.26.0.ebuild | 2 +- app-crypt/certbot/certbot-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/certbot/certbot-0.26.0.ebuild b/app-crypt/certbot/certbot-0.26.0.ebuild index cf9f45f6fe8..021424b910a 100644 --- a/app-crypt/certbot/certbot-0.26.0.ebuild +++ b/app-crypt/certbot/certbot-0.26.0.ebuild @@ -24,7 +24,7 @@ IUSE="test" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" ${CDEPEND} - >app-crypt/acme-0.24.0[${PYTHON_USEDEP}] + >app-crypt/acme-0.25.0[${PYTHON_USEDEP}] >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}] dev-python/configobj[${PYTHON_USEDEP}] >=dev-python/cryptography-1.2[${PYTHON_USEDEP}] diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index cf9f45f6fe8..021424b910a 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -24,7 +24,7 @@ IUSE="test" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" ${CDEPEND} - >app-crypt/acme-0.24.0[${PYTHON_USEDEP}] + >app-crypt/acme-0.25.0[${PYTHON_USEDEP}] >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}] dev-python/configobj[${PYTHON_USEDEP}] >=dev-python/cryptography-1.2[${PYTHON_USEDEP}]