commit:     7511575c578b553f02dd07753560f9d251ce6cbb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  9 17:56:36 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 18:02:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7511575c

dev-python/django-auth-ldap: Fix variable order

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/django-auth-ldap/django-auth-ldap-4.6.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/django-auth-ldap/django-auth-ldap-4.6.0.ebuild 
b/dev-python/django-auth-ldap/django-auth-ldap-4.6.0.ebuild
index c7c971e79548..75c0a161d526 100644
--- a/dev-python/django-auth-ldap/django-auth-ldap-4.6.0.ebuild
+++ b/dev-python/django-auth-ldap/django-auth-ldap-4.6.0.ebuild
@@ -15,13 +15,12 @@ HOMEPAGE="
        https://pypi.org/project/django-auth-ldap/
 "
 
+LICENSE="BSD-2"
+SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-LICENSE="BSD-2"
-SLOT="0"
-
 RDEPEND="
        >=dev-python/django-2.2[${PYTHON_USEDEP}]
        >=dev-python/python-ldap-3.1[${PYTHON_USEDEP}]

Reply via email to