commit: 514e501965f91f9ebaf907896479c6a663741f8e
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 3 16:32:10 2024 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Jun 3 17:00:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514e5019
app-crypt/acme: fix variable ordering
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
app-crypt/acme/acme-2.10.0.ebuild | 3 +--
app-crypt/acme/acme-9999.ebuild | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/app-crypt/acme/acme-2.10.0.ebuild
b/app-crypt/acme/acme-2.10.0.ebuild
index e1741257a1d2..c4eb5dcd71c8 100644
--- a/app-crypt/acme/acme-2.10.0.ebuild
+++ b/app-crypt/acme/acme-2.10.0.ebuild
@@ -31,11 +31,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/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
index 8ab22f2f02b5..1bdc2aa52244 100644
--- a/app-crypt/acme/acme-9999.ebuild
+++ b/app-crypt/acme/acme-9999.ebuild
@@ -31,11 +31,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}]