Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/
Date: Thu, 13 Jan 2022 18:46:56
Message-Id: 1642099604.b7cbdc43d41bef59126d3d4a937ba265d96973a7.arthurzam@gentoo
1 commit: b7cbdc43d41bef59126d3d4a937ba265d96973a7
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 13 18:46:38 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 13 18:46:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7cbdc43
7
8 dev-python/pandas: Stabilize 1.3.5 ppc, #831149
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pandas/pandas-1.3.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pandas/pandas-1.3.5.ebuild b/dev-python/pandas/pandas-1.3.5.ebuild
16 index 68ec1d34ffd1..966a46f810b1 100644
17 --- a/dev-python/pandas/pandas-1.3.5.ebuild
18 +++ b/dev-python/pandas/pandas-1.3.5.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -18,7 +18,7 @@ S="${WORKDIR}/${P/_/}"
26
27 SLOT="0"
28 LICENSE="BSD"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~x86"
30 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~x86"
31 IUSE="doc full-support minimal test X"
32 RESTRICT="!test? ( test )"