Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/
Date: Tue, 22 Dec 2020 17:09:01
Message-Id: 1608656817.edcbf93c10a40c4b6c2b26b23fac46a86d2fbd60.whissi@gentoo
1 commit: edcbf93c10a40c4b6c2b26b23fac46a86d2fbd60
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 22 17:06:57 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 22 17:06:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edcbf93c
7
8 dev-python/pandas: x86 stable (bug #761175)
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-python/pandas/pandas-1.1.4-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pandas/pandas-1.1.4-r1.ebuild b/dev-python/pandas/pandas-1.1.4-r1.ebuild
17 index ec902a8752a..5c09a0109f3 100644
18 --- a/dev-python/pandas/pandas-1.1.4-r1.ebuild
19 +++ b/dev-python/pandas/pandas-1.1.4-r1.ebuild
20 @@ -17,7 +17,7 @@ S="${WORKDIR}/${P/_/}"
21
22 SLOT="0"
23 LICENSE="BSD"
24 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
25 +KEYWORDS="~amd64 ~arm ~arm64 x86"
26 IUSE="doc full-support minimal test X"
27 RESTRICT="!test? ( test )"