Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytables/
Date: Sat, 29 Jan 2022 10:04:27
Message-Id: 1643450612.ea50cdabd7afdf24edba3dcccd009a8fbc4119cb.jsmolic@gentoo
1 commit: ea50cdabd7afdf24edba3dcccd009a8fbc4119cb
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 10:03:32 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 10:03:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea50cdab
7
8 dev-python/pytables: Stabilize 3.7.0 amd64, #832280
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-python/pytables/pytables-3.7.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytables/pytables-3.7.0.ebuild b/dev-python/pytables/pytables-3.7.0.ebuild
16 index de53e653cacc..685acc335a52 100644
17 --- a/dev-python/pytables/pytables-3.7.0.ebuild
18 +++ b/dev-python/pytables/pytables-3.7.0.ebuild
19 @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
25 IUSE="examples test"
26 RESTRICT="!test? ( test )"