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 A5CDA15817D for ; Mon, 3 Jun 2024 17:00:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3F02E2A9A; Mon, 3 Jun 2024 17:00:49 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77A70E2A99 for ; Mon, 3 Jun 2024 17:00:49 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D56F340775 for ; Mon, 3 Jun 2024 17:00:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 845B01C60 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: <1717434039.12b8b27ad9656d7954dc2d596eae9f5a0a97ea25.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-apache/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/certbot-apache/certbot-apache-2.10.0.ebuild app-crypt/certbot-apache/certbot-apache-9999.ebuild X-VCS-Directories: app-crypt/certbot-apache/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 12b8b27ad9656d7954dc2d596eae9f5a0a97ea25 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: c09a407c-a0c3-4bbd-9394-263d486259e2 X-Archives-Hash: f069710b1783238e7715b78b6e1871fe commit: 12b8b27ad9656d7954dc2d596eae9f5a0a97ea25 Author: Matthew Thode gentoo org> AuthorDate: Mon Jun 3 16:58:49 2024 +0000 Commit: Matthew Thode gentoo org> CommitDate: Mon Jun 3 17:00:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b8b27a app-crypt/certbot-apache: fix variable ordering Signed-off-by: Matthew Thode gentoo.org> app-crypt/certbot-apache/certbot-apache-2.10.0.ebuild | 3 +-- app-crypt/certbot-apache/certbot-apache-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app-crypt/certbot-apache/certbot-apache-2.10.0.ebuild b/app-crypt/certbot-apache/certbot-apache-2.10.0.ebuild index 61a3c7acc776..60a48f903d53 100644 --- a/app-crypt/certbot-apache/certbot-apache-2.10.0.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-2.10.0.ebuild @@ -32,11 +32,10 @@ HOMEPAGE=" https://letsencrypt.org/ " +S="${WORKDIR}/${PARENT_P}/${PN}" LICENSE="Apache-2.0" SLOT="0" -S="${WORKDIR}/${PARENT_P}/${PN}" - BDEPEND=" test? ( dev-python/pytest[${PYTHON_USEDEP}] ) " diff --git a/app-crypt/certbot-apache/certbot-apache-9999.ebuild b/app-crypt/certbot-apache/certbot-apache-9999.ebuild index a7f3d35e15e3..fb8db6b19c03 100644 --- a/app-crypt/certbot-apache/certbot-apache-9999.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-9999.ebuild @@ -32,11 +32,10 @@ HOMEPAGE=" https://letsencrypt.org/ " +S="${WORKDIR}/${PARENT_P}/${PN}" LICENSE="Apache-2.0" SLOT="0" -S="${WORKDIR}/${PARENT_P}/${PN}" - BDEPEND=" test? ( dev-python/pytest[${PYTHON_USEDEP}] ) "