diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-29 09:01:48 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-29 09:01:48 +0200 |
commit | 577b44a1f7b4ae23bd5fe43eadd8cb9697396675 (patch) | |
tree | df6c9cd9206e59ec7adbfecedbf3c2dbd77a9e17 /dev-python/pytables | |
parent | dev-python/pytest-httpbin: Stabilize 1.0.1 ALLARCHES, #832279 (diff) | |
download | gentoo-577b44a1f7b4ae23bd5fe43eadd8cb9697396675.tar.gz gentoo-577b44a1f7b4ae23bd5fe43eadd8cb9697396675.tar.bz2 gentoo-577b44a1f7b4ae23bd5fe43eadd8cb9697396675.zip |
dev-python/pytables: Stabilize 3.7.0 ppc, #832280
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytables')
-rw-r--r-- | dev-python/pytables/pytables-3.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytables/pytables-3.7.0.ebuild b/dev-python/pytables/pytables-3.7.0.ebuild index dd909e6784ab..9c9d40d40e40 100644 --- a/dev-python/pytables/pytables-3.7.0.ebuild +++ b/dev-python/pytables/pytables-3.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="examples test" RESTRICT="!test? ( test )" |