summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin202676 -> 202674 bytes
-rw-r--r--profiles/arch/x86/package.use.mask4
-rw-r--r--profiles/base/package.use.mask5
-rw-r--r--profiles/package.mask33
-rw-r--r--profiles/use.local.desc1
5 files changed, 42 insertions, 1 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index 96243acfe367..dfb85b3d1f53 100644
--- a/profiles/Manifest.gz
+++ b/profiles/Manifest.gz
Binary files differ
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 278c245cebdb..ff88065c8b3e 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Guilherme Amadio <amadio@gentoo.org> (2024-03-09)
+# Qt6 not keyworded on x86
+sci-physics/root qt6
+
# Sam James <sam@gentoo.org> (2024-03-04)
# Miscompiles rust and fails to bootstrap (bug #923278)
>=dev-lang/rust-1.74.1 lto
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 32ba064f6d92..ad45544c8aa9 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,11 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Guilherme Amadio <amadio@gentoo.org> (2024-03-09)
+# Requires manually installing dependencies, see bug #791802
+# Please use MYCMAKEARGS instead.
+sci-physics/root R
+
# Sam James <sam@gentoo.org> (2024-03-07)
# The bluetooth feature is unstable for now (causes timeouts if no dbus adapter
# is available).
diff --git a/profiles/package.mask b/profiles/package.mask
index 5091fb036814..9e97a36c37a7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,39 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2024-03-10)
+# Packages that still require <dev-python/cython-3 and do not promise
+# a fix anytime soon.
+#
+# dev-python/python-efl: econnman as revdep, bug #925692.
+# dev-python/pipenv: via <pydantic-2, + dparse, bug #925698, bug #925553.
+# dev-python/pygame_sdl2: also py3.12, bug #911781
+# games-engines/renpy: also py3.12, bug #925693
+# sci-chemistry/mdtraj: also py3.12, PEP517, bug #911646.
+#
+# Includes their few reverse dependencies and their exclusive
+# dependencies without Python 3.12 support.
+#
+# Removal on 2024-04-09.
+dev-python/astunparse
+dev-python/dparse
+dev-python/pipenv
+dev-python/pygame_sdl2
+dev-python/python-efl
+games-engines/renpy
+net-misc/econnman
+sci-chemistry/mdtraj
+
+# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-03-10)
+# Archived upstream, latest release is 3 years old. One test
+# failure with python 3.11, more with python 3.12.
+# Removal on: 2024-04-10. Bug #920439
+sci-libs/scikit-optimize
+
+# Eray Aslan <eras@gentoo.org> (2024-03-10)
+# Mask experimental software
+=mail-mta/postfix-3.10*
+
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-03-09)
# Requires pyside2/shiboken2, which is unmaintained upstream and
# not compatible with llvm-16 and up or python-3.12 and up.
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index bfff7fbddd55..385a88a5626e 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -2483,7 +2483,6 @@ dev-python/pillow:imagequant - Build with Image Quantization Library support
dev-python/pivy:quarter - Use media-libs/quarter for GUI bindings
dev-python/pivy:soqt - Use media-libs/SoQt for GUI bindings
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:native-extensions - Compiles native C extensions
dev-python/pymongo:test-full - Run test suite in full, including tests that run a local database instance.