commit: 23924498b74434739f62974021b3c20d9b3c066f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 15:27:13 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 15:45:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23924498
dev-python/autobahn: Fix variable order
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/autobahn/autobahn-23.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/autobahn/autobahn-23.6.2.ebuild
b/dev-python/autobahn/autobahn-23.6.2.ebuild
index 36d7b545322e..e922cd621636 100644
--- a/dev-python/autobahn/autobahn-23.6.2.ebuild
+++ b/dev-python/autobahn/autobahn-23.6.2.ebuild
@@ -16,8 +16,8 @@ HOMEPAGE="
https://pypi.org/project/autobahn/
"
-SLOT="0"
LICENSE="MIT"
+SLOT="0"
KEYWORDS="amd64 arm arm64 ~riscv ~sparc x86"
IUSE="test xbr"
RESTRICT="!test? ( test )"