mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
app-crypt/certbot-apache: fix variable ordering
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
@@ -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}] )
|
||||
"
|
||||
|
||||
@@ -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}] )
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user