From 12b8b27ad9656d7954dc2d596eae9f5a0a97ea25 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Mon, 3 Jun 2024 11:58:49 -0500 Subject: [PATCH] app-crypt/certbot-apache: fix variable ordering Signed-off-by: Matthew Thode --- 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 61a3c7acc7768..60a48f903d539 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 a7f3d35e15e35..fb8db6b19c036 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}] ) "