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: Fri, 07 Aug 2020 19:19:12
Message-Id: 1596827941.983aaca4f2d6d10a15af4337cf893a365b396fdb.sam@gentoo
1 commit: 983aaca4f2d6d10a15af4337cf893a365b396fdb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 7 19:11:06 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 19:19:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983aaca4
7
8 dev-python/pandas: Stabilize 1.0.5 x86, #730968
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pandas/pandas-1.0.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pandas/pandas-1.0.5.ebuild b/dev-python/pandas/pandas-1.0.5.ebuild
16 index 3fb89871d2a..18ac6398c79 100644
17 --- a/dev-python/pandas/pandas-1.0.5.ebuild
18 +++ b/dev-python/pandas/pandas-1.0.5.ebuild
19 @@ -18,7 +18,7 @@ S="${WORKDIR}/${P/_/}"
20
21 SLOT="0"
22 LICENSE="BSD"
23 -KEYWORDS="amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25 IUSE="doc full-support minimal test X"
26 RESTRICT="!test? ( test )"