diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-06-03 11:58:49 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-06-03 12:00:39 -0500 |
commit | 12b8b27ad9656d7954dc2d596eae9f5a0a97ea25 (patch) | |
tree | be14a17091984cfb5f3d206b971131ace6889912 /app-crypt/certbot-apache | |
parent | app-crypt/certbot-apache: drop 2.9.0 (diff) | |
download | gentoo-12b8b27ad9656d7954dc2d596eae9f5a0a97ea25.tar.gz gentoo-12b8b27ad9656d7954dc2d596eae9f5a0a97ea25.tar.bz2 gentoo-12b8b27ad9656d7954dc2d596eae9f5a0a97ea25.zip |
app-crypt/certbot-apache: fix variable ordering
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/certbot-apache')
-rw-r--r-- | app-crypt/certbot-apache/certbot-apache-2.10.0.ebuild | 3 | ||||
-rw-r--r-- | 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 61a3c7acc776..60a48f903d53 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 a7f3d35e15e3..fb8db6b19c03 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}] ) " |