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: Sat, 16 Oct 2021 22:00:42
Message-Id: 1634421549.c3b6f36cbfc58afdafd409565fbbafe0eb75b315.sam@gentoo
1 commit: c3b6f36cbfc58afdafd409565fbbafe0eb75b315
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 16 21:59:09 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 21:59:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b6f36c
7
8 dev-python/pandas: Stabilize 1.3.3 amd64, #813567
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pandas/pandas-1.3.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pandas/pandas-1.3.3.ebuild b/dev-python/pandas/pandas-1.3.3.ebuild
16 index 4c3b594f00c..c4d003cc6c0 100644
17 --- a/dev-python/pandas/pandas-1.3.3.ebuild
18 +++ b/dev-python/pandas/pandas-1.3.3.ebuild
19 @@ -18,7 +18,7 @@ S="${WORKDIR}/${P/_/}"
20
21 SLOT="0"
22 LICENSE="BSD"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~x86"
25 IUSE="doc full-support minimal test X"
26 RESTRICT="!test? ( test )"