commit: 8dde813fa92767df0c71af57849051d557a8d54f
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 3 16:57:13 2024 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Jun 3 17:00:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dde813f
app-crypt/certbot: fix variable ordering
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
app-crypt/certbot/certbot-2.10.0.ebuild | 3 +--
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}]