diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 179006 -> 179019 bytes | |||
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/arm64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/arm64/use.force | 4 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/arch/arm64/use.force | 2 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/arch/arm64/use.mask | 2 | ||||
-rw-r--r-- | profiles/use.local.desc | 1 |
8 files changed, 14 insertions, 7 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex be301fc9f8ff..1c24bfb3b438 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 95d4c48b9fb4..1f7b964ebc19 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Michał Górny <mgorny@gentoo.org> (2023-06-24) +# dev-db/mongodb miraculously got keyworded here. +dev-python/pymongo -test-full + # Sam James <sam@gentoo.org> (2023-06-09) # dev-cpp/cppdap is not keyworded on most arches dev-util/cmake -debugger diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 552515ec4e09..0ba072e2ae38 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2023-06-24) +# dev-db/mongodb miraculously got keyworded here. +dev-python/pymongo -test-full + # Sam James <sam@gentoo.org> (2023-04-17) # Ruby has several JITs available but they need porting to individual arches. # Unmask on specific arches where it's available. diff --git a/profiles/arch/arm64/use.force b/profiles/arch/arm64/use.force index f363ad0c6618..528cbfb34160 100644 --- a/profiles/arch/arm64/use.force +++ b/profiles/arch/arm64/use.force @@ -1,4 +1,4 @@ -# Copyright 2014-2019 Gentoo Authors +# Copyright 2014-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Force the flag which corresponds to ARCH. @@ -12,8 +12,6 @@ cpu_flags_arm_v7 cpu_flags_arm_v8 cpu_flags_arm_edsp -cpu_flags_arm_thumb -cpu_flags_arm_thumb2 cpu_flags_arm_vfp cpu_flags_arm_vfpv3 cpu_flags_arm_vfpv4 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index b0ca89d14d07..7bc135207b0c 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2023-06-24) +# dev-db/mongodb builds practically only on the authors' computer. +dev-python/pymongo test-full + # Sam James <sam@gentoo.org> (2023-06-09) # dev-cpp/cppdap is not keyworded on most arches dev-util/cmake debugger diff --git a/profiles/prefix/darwin/macos/arch/arm64/use.force b/profiles/prefix/darwin/macos/arch/arm64/use.force index 952fb5bdafa3..1dc3e267bfe2 100644 --- a/profiles/prefix/darwin/macos/arch/arm64/use.force +++ b/profiles/prefix/darwin/macos/arch/arm64/use.force @@ -17,8 +17,6 @@ cpu_flags_arm_neon cpu_flags_arm_edsp cpu_flags_arm_sha1 cpu_flags_arm_sha2 -cpu_flags_arm_thumb -cpu_flags_arm_thumb2 cpu_flags_arm_vfp cpu_flags_arm_vfpv3 cpu_flags_arm_vfpv4 diff --git a/profiles/prefix/darwin/macos/arch/arm64/use.mask b/profiles/prefix/darwin/macos/arch/arm64/use.mask index 2de1511d28c2..7658bb04d353 100644 --- a/profiles/prefix/darwin/macos/arch/arm64/use.mask +++ b/profiles/prefix/darwin/macos/arch/arm64/use.mask @@ -18,8 +18,6 @@ -cpu_flags_arm_edsp -cpu_flags_arm_sha1 -cpu_flags_arm_sha2 --cpu_flags_arm_thumb --cpu_flags_arm_thumb2 -cpu_flags_arm_vfp -cpu_flags_arm_vfpv3 -cpu_flags_arm_vfpv4 diff --git a/profiles/use.local.desc b/profiles/use.local.desc index f68cc55d35d6..4f28d26252cc 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -2359,6 +2359,7 @@ dev-python/py-amqp:extras - Install extra tools to generate initial Python mod f dev-python/pyarrow:parquet - Enables read/write parquet data format dev-python/pydantic:native-extensions - Compiles native "C" extensions. dev-python/pyglet:image - Enable support for image formats other than PNG and BMP +dev-python/pymongo:test-full - Run test suite in full, including tests that run a local database instance. dev-python/pyocr:cuneiform - Enable support for the app-text/cuneiform OCR engine dev-python/pyocr:tesseract - Enable support for the app-text/tesseract OCR engine dev-python/pypax:ptpax - Enable PT_PAX_FLAGS support. |