commit:     afe53336c864b791f91ce2c37cc7e3cec0542c99
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 14:19:25 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 17 14:26:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe53336

dev-python/authres: Fix variable order

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

 dev-python/authres/authres-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/authres/authres-1.2.0-r1.ebuild 
b/dev-python/authres/authres-1.2.0-r1.ebuild
index 208a2e454148..4a99173b0e5f 100644
--- a/dev-python/authres/authres-1.2.0-r1.ebuild
+++ b/dev-python/authres/authres-1.2.0-r1.ebuild
@@ -15,8 +15,8 @@ HOMEPAGE="
 "
 
 LICENSE="Apache-2.0"
-KEYWORDS="amd64 arm64 x86"
 SLOT="0"
+KEYWORDS="amd64 arm64 x86"
 
 python_test() {
        "${EPYTHON}" -m doctest -v authres/tests ||

Reply via email to