commit: 26188c8aaa094ef2cd40ef4dab2726368ab829c7 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jun 7 18:15:03 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jun 7 18:16:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26188c8a
dev-python/tables: Remove big-endian platform keywords Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/tables/tables-3.8.0-r3.ebuild | 2 +- dev-python/tables/tables-3.9.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/tables/tables-3.8.0-r3.ebuild b/dev-python/tables/tables-3.8.0-r3.ebuild index 30252497c3f6..1dce8f7cec22 100644 --- a/dev-python/tables/tables-3.8.0-r3.ebuild +++ b/dev-python/tables/tables-3.8.0-r3.ebuild @@ -19,7 +19,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 ~ia64 ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" IUSE="+cpudetection examples test" RESTRICT="!test? ( test )" diff --git a/dev-python/tables/tables-3.9.2.ebuild b/dev-python/tables/tables-3.9.2.ebuild index 774972532129..a07dfd6f5310 100644 --- a/dev-python/tables/tables-3.9.2.ebuild +++ b/dev-python/tables/tables-3.9.2.ebuild @@ -19,7 +19,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" IUSE="+cpudetection examples test" RESTRICT="!test? ( test )"
