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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA2B115817D for ; Mon, 3 Jun 2024 17:00:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32585E2A8E; Mon, 3 Jun 2024 17:00:48 +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 11CB5E2A90 for ; Mon, 3 Jun 2024 17:00:48 +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 08758340806 for ; Mon, 3 Jun 2024 17:00:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D70A1C5E for ; Mon, 3 Jun 2024 17:00:45 +0000 (UTC) From: "Matthew 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, "Matthew Thode" Message-ID: <1717434036.8dde813fa92767df0c71af57849051d557a8d54f.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-2.10.0.ebuild app-crypt/certbot/certbot-9999.ebuild X-VCS-Directories: app-crypt/certbot/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 8dde813fa92767df0c71af57849051d557a8d54f X-VCS-Branch: master Date: Mon, 3 Jun 2024 17:00:45 +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: 3d2e89e7-43c8-4579-bd4a-b02117dfc4c2 X-Archives-Hash: 2a815bc506dffb8c05926124094e0b5b commit: 8dde813fa92767df0c71af57849051d557a8d54f Author: Matthew Thode gentoo org> AuthorDate: Mon Jun 3 16:57:13 2024 +0000 Commit: Matthew Thode gentoo org> CommitDate: Mon Jun 3 17:00:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dde813f app-crypt/certbot: fix variable ordering Signed-off-by: Matthew Thode gentoo.org> app-crypt/certbot/certbot-2.10.0.ebuild | 3 +-- app-crypt/certbot/certbot-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app-crypt/certbot/certbot-2.10.0.ebuild b/app-crypt/certbot/certbot-2.10.0.ebuild index a22bdc068e45..021ba0724501 100644 --- a/app-crypt/certbot/certbot-2.10.0.ebuild +++ b/app-crypt/certbot/certbot-2.10.0.ebuild @@ -28,13 +28,12 @@ HOMEPAGE=" https://letsencrypt.org/ " +S="${WORKDIR}/${P}/${PN}" LICENSE="Apache-2.0" SLOT="0" IUSE="selinux" -S="${WORKDIR}/${P}/${PN}" - BDEPEND=" test? ( dev-python/pytest[${PYTHON_USEDEP}] diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index 987d94f3776a..3f039135a22d 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -28,13 +28,12 @@ HOMEPAGE=" https://letsencrypt.org/ " +S="${WORKDIR}/${P}/${PN}" LICENSE="Apache-2.0" SLOT="0" IUSE="selinux" -S="${WORKDIR}/${P}/${PN}" - BDEPEND=" test? ( dev-python/pytest[${PYTHON_USEDEP}]