app-crypt/certbot-apache: fix variable ordering

Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Matthew Thode
2024-06-03 11:58:49 -05:00
parent 7592deae59
commit 12b8b27ad9
2 changed files with 2 additions and 4 deletions

View File

@@ -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}] )
"

View File

@@ -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}] )
"