Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/
Date: Thu, 29 Apr 2021 00:23:57
Message-Id: 1619655819.426c698d478a1c15d0bb88eeb6202a14dd3c590f.sam@gentoo
1 commit: 426c698d478a1c15d0bb88eeb6202a14dd3c590f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 00:22:47 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 00:23:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=426c698d
7
8 dev-python/pandas: Stabilize 1.2.3-r1 x86, #783318
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pandas/pandas-1.2.3-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pandas/pandas-1.2.3-r1.ebuild b/dev-python/pandas/pandas-1.2.3-r1.ebuild
16 index e8005c2752e..c8f0fca921c 100644
17 --- a/dev-python/pandas/pandas-1.2.3-r1.ebuild
18 +++ b/dev-python/pandas/pandas-1.2.3-r1.ebuild
19 @@ -17,7 +17,7 @@ S="${WORKDIR}/${P/_/}"
20
21 SLOT="0"
22 LICENSE="BSD"
23 -KEYWORDS="amd64 ~arm ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 x86"
25 IUSE="doc full-support minimal test X"
26 RESTRICT="!test? ( test )"