diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-06-03 11:57:13 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-06-03 12:00:36 -0500 |
commit | 8dde813fa92767df0c71af57849051d557a8d54f (patch) | |
tree | c30cb377b9bcf3c35de922b8274c75f3d8096ad9 /app-crypt | |
parent | app-crypt/certbot: drop 2.9.0 (diff) | |
download | gentoo-8dde813fa92767df0c71af57849051d557a8d54f.tar.gz gentoo-8dde813fa92767df0c71af57849051d557a8d54f.tar.bz2 gentoo-8dde813fa92767df0c71af57849051d557a8d54f.zip |
app-crypt/certbot: fix variable ordering
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/certbot/certbot-2.10.0.ebuild | 3 | ||||
-rw-r--r-- | app-crypt/certbot/certbot-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/app-crypt/certbot/certbot-2.10.0.ebuild b/app-crypt/certbot/certbot-2.10.0.ebuild index a22bdc068e45..021ba0724501 100644 --- a/app-crypt/certbot/certbot-2.10.0.ebuild +++ b/app-crypt/certbot/certbot-2.10.0.ebuild @@ -28,13 +28,12 @@ HOMEPAGE=" https://letsencrypt.org/ " +S="${WORKDIR}/${P}/${PN}" LICENSE="Apache-2.0" SLOT="0" IUSE="selinux" -S="${WORKDIR}/${P}/${PN}" - BDEPEND=" test? ( dev-python/pytest[${PYTHON_USEDEP}] diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index 987d94f3776a..3f039135a22d 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -28,13 +28,12 @@ HOMEPAGE=" https://letsencrypt.org/ " +S="${WORKDIR}/${P}/${PN}" LICENSE="Apache-2.0" SLOT="0" IUSE="selinux" -S="${WORKDIR}/${P}/${PN}" - BDEPEND=" test? ( dev-python/pytest[${PYTHON_USEDEP}] |