diff options
author | Sam James <sam@gentoo.org> | 2023-10-03 02:58:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-03 02:58:44 +0100 |
commit | 02d60313db6aedd2d860849df787f730ef7dca68 (patch) | |
tree | 01deb3e77c72c6e6f29a41ec14de5da4be36014e /dev-python/pandas | |
parent | dev-python/tzdata: Stabilize 9999 amd64, #913988 (diff) | |
download | gentoo-02d60313db6aedd2d860849df787f730ef7dca68.tar.gz gentoo-02d60313db6aedd2d860849df787f730ef7dca68.tar.bz2 gentoo-02d60313db6aedd2d860849df787f730ef7dca68.zip |
dev-python/pandas: Stabilize 2.0.3-r1 amd64, #913988
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pandas')
-rw-r--r-- | dev-python/pandas/pandas-2.0.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pandas/pandas-2.0.3-r1.ebuild b/dev-python/pandas/pandas-2.0.3-r1.ebuild index f6956a1a9921..7b0606fb811c 100644 --- a/dev-python/pandas/pandas-2.0.3-r1.ebuild +++ b/dev-python/pandas/pandas-2.0.3-r1.ebuild @@ -25,7 +25,7 @@ S=${WORKDIR}/${P/_/} SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~arm64-macos ~x64-macos" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~arm64-macos ~x64-macos" IUSE="doc full-support minimal test X" RESTRICT="!test? ( test )" |