commit: 8a312b58995870a97dfe376e3516c99f95c0f017
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 17:20:18 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 17:21:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a312b58
dev-python/pytest-django: Fix variable order
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-django/pytest-django-4.8.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-django/pytest-django-4.8.0.ebuild
b/dev-python/pytest-django/pytest-django-4.8.0.ebuild
index c7e3489d83ba..e9f8ef79b886 100644
--- a/dev-python/pytest-django/pytest-django-4.8.0.ebuild
+++ b/dev-python/pytest-django/pytest-django-4.8.0.ebuild
@@ -20,8 +20,8 @@ SRC_URI="
"
LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
RDEPEND="
>=dev-python/pytest-7.0.0[${PYTHON_USEDEP}]