summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2024-06-03 11:59:57 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2024-06-03 12:00:41 -0500
commit06eab0b931329bb572297f9be1fd4693ba5537ac (patch)
treeb20cbfd7350eb720bfa06fef04a0be34f117c755 /app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
parentapp-crypt/certbot-nginx: drop 2.9.0 (diff)
downloadgentoo-06eab0b931329bb572297f9be1fd4693ba5537ac.tar.gz
gentoo-06eab0b931329bb572297f9be1fd4693ba5537ac.tar.bz2
gentoo-06eab0b931329bb572297f9be1fd4693ba5537ac.zip
app-crypt/certbot-nginx: fix variable ordering
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/certbot-nginx/certbot-nginx-9999.ebuild')
-rw-r--r--app-crypt/certbot-nginx/certbot-nginx-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
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}] )
"