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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5D87158010 for ; Tue, 17 Jan 2023 00:46:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFFA2E07DB; Tue, 17 Jan 2023 00:46:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6419E07DB for ; Tue, 17 Jan 2023 00:46:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 696D2335D04 for ; Tue, 17 Jan 2023 00:46:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5FF1828 for ; Tue, 17 Jan 2023 00:46:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1673916372.243809c7b5f2b0ed3ae161de2536f6f0f556b0ae.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/certbot/certbot-2.2.0-r1.ebuild app-crypt/certbot/certbot-2.2.0.ebuild app-crypt/certbot/certbot-9999.ebuild X-VCS-Directories: app-crypt/certbot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 243809c7b5f2b0ed3ae161de2536f6f0f556b0ae X-VCS-Branch: master Date: Tue, 17 Jan 2023 00:46:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c7d82c26-f219-4407-889c-bafec8135096 X-Archives-Hash: 0fc91a230476998b687ef7f86a085e2a commit: 243809c7b5f2b0ed3ae161de2536f6f0f556b0ae Author: Sam James gentoo org> AuthorDate: Tue Jan 17 00:45:52 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 17 00:46:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243809c7 app-crypt/certbot: fix dev-python/acme dep Per setup.py Closes: https://bugs.gentoo.org/890600 Signed-off-by: Sam James gentoo.org> app-crypt/certbot/{certbot-2.2.0.ebuild => certbot-2.2.0-r1.ebuild} | 3 ++- app-crypt/certbot/certbot-9999.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app-crypt/certbot/certbot-2.2.0.ebuild b/app-crypt/certbot/certbot-2.2.0-r1.ebuild similarity index 93% rename from app-crypt/certbot/certbot-2.2.0.ebuild rename to app-crypt/certbot/certbot-2.2.0-r1.ebuild index d99294b4bc87..729204440566 100644 --- a/app-crypt/certbot/certbot-2.2.0.ebuild +++ b/app-crypt/certbot/certbot-2.2.0-r1.ebuild @@ -25,8 +25,9 @@ SLOT="0" IUSE="selinux" +# See certbot/setup.py for acme >= dep RDEPEND=" - >=app-crypt/acme-2.1.0[${PYTHON_USEDEP}] + >=app-crypt/acme-${PV}[${PYTHON_USEDEP}] >=dev-python/ConfigArgParse-0.9.3[${PYTHON_USEDEP}] >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}] >=dev-python/cryptography-2.5.0[${PYTHON_USEDEP}] diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index a316554569fd..729204440566 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -25,6 +25,7 @@ SLOT="0" IUSE="selinux" +# See certbot/setup.py for acme >= dep RDEPEND=" >=app-crypt/acme-${PV}[${PYTHON_USEDEP}] >=dev-python/ConfigArgParse-0.9.3[${PYTHON_USEDEP}]