commit: 6c752b17fc99f53834f5d2c02d6c1c17d2c341f3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 16:57:47 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 17:00:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c752b17
dev-python/vecrec: Fix variable order
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/vecrec/vecrec-0.3.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/vecrec/vecrec-0.3.1-r1.ebuild
b/dev-python/vecrec/vecrec-0.3.1-r1.ebuild
index fb9095fc6fc7..9360c14493b5 100644
--- a/dev-python/vecrec/vecrec-0.3.1-r1.ebuild
+++ b/dev-python/vecrec/vecrec-0.3.1-r1.ebuild
@@ -15,8 +15,8 @@ HOMEPAGE="
"
LICENSE="MIT"
-KEYWORDS="~amd64 ~arm64"
SLOT="0"
+KEYWORDS="~amd64 ~arm64"
RDEPEND="
dev-python/autoprop[${PYTHON_USEDEP}]