commit: cccee8bfb9b92e970a1cb43e27aa2a8c3a5402e5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 03:44:16 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 03:44:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cccee8bf
dev-python/pandas: fix VariableOrderWrong
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pandas/pandas-2.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pandas/pandas-2.2.1.ebuild
b/dev-python/pandas/pandas-2.2.1.ebuild
index 7e0b3eb1a824..0f382e72b7f6 100644
--- a/dev-python/pandas/pandas-2.2.1.ebuild
+++ b/dev-python/pandas/pandas-2.2.1.ebuild
@@ -19,8 +19,8 @@ HOMEPAGE="
https://pypi.org/project/pandas/
"
-SLOT="0"
LICENSE="BSD"
+SLOT="0"
KEYWORDS="~amd64 ~hppa ~riscv"
IUSE="full-support minimal test X"
RESTRICT="!test? ( test )"