commit: 06eab0b931329bb572297f9be1fd4693ba5537ac
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 3 16:59:57 2024 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Jun 3 17:00:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06eab0b9
app-crypt/certbot-nginx: fix variable ordering
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
app-crypt/certbot-nginx/certbot-nginx-2.10.0.ebuild | 3 +--
app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/app-crypt/certbot-nginx/certbot-nginx-2.10.0.ebuild
b/app-crypt/certbot-nginx/certbot-nginx-2.10.0.ebuild
index c7c737694976..87265cf83dd8 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-2.10.0.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-2.10.0.ebuild
@@ -31,11 +31,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-nginx/certbot-nginx-9999.ebuild
b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
index db555ce797a5..a8a7e0f2fb38 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
@@ -31,11 +31,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}] )
"