diff options
author | Sam James <sam@gentoo.org> | 2023-04-03 02:27:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-03 02:30:33 +0100 |
commit | 17b7393607ac3b08735d76bce6287d31d4d5f27f (patch) | |
tree | 81f6876454f20ef21d84d9cd3e785ad7bb3feb1e /profiles | |
parent | dev-ruby/shoulda-matchers: forward ~loong ~s390 (diff) | |
download | gentoo-17b7393607ac3b08735d76bce6287d31d4d5f27f.tar.gz gentoo-17b7393607ac3b08735d76bce6287d31d4d5f27f.tar.bz2 gentoo-17b7393607ac3b08735d76bce6287d31d4d5f27f.zip |
dev-python/pytables: make cpuinfo optional
py-cpuinfo needs explicit porting to a platform and it's only lightly used
in pytables. Apply a patch which I've sent upstream to make it optional and
restore keywords accordingly.
We add a USE=cpudetection for arches where pytables is known to work.
Closes: https://bugs.gentoo.org/894078
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 634a8a2278c5..0e00baae5e9c 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Sam James <sam@gentoo.org> (2023-04-03) +# pytables is available here. +dev-python/pytables -cpudetection + # Yiyang Wu <xgreenlandforwyy@gmail.com> (2023-01-27) # AMDGPU enablement depends on dev-libs/rocr-runtime, ~amd64 only # See also: https://bugs.gentoo.org/891499 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 228e18bc1d72..9af8d281351a 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2023-04-03) +# Needs dev-python/py-cpuinfo which is not ported to all of our platforms +# See bug #894078. +dev-python/pytables cpudetection + # Michał Górny <mgorny@gentoo.org> (2023-01-24) # libomptarget is only supported on 64-bit architectures. >=sys-libs/libomp-16.0.0_pre20230124 offload |