summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-15 00:01:28 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-15 00:01:28 +0100
commit514c44bb9cc421df9c323acbad430cbb6ee5b89a (patch)
tree22621125c9bc9177d5339f093f57cb928531f33f /profiles
parent59c2499e0c9720169c9d5a02168c51c807a21467 (diff)
gentoo auto-resync : 15:05:2024 - 00:01:27
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin205419 -> 205417 bytes
-rw-r--r--profiles/package.mask6
-rw-r--r--profiles/use.local.desc1
3 files changed, 6 insertions, 1 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index 10b3cdb7dcd3..9f0d03ae7571 100644
--- a/profiles/Manifest.gz
+++ b/profiles/Manifest.gz
Binary files differ
diff --git a/profiles/package.mask b/profiles/package.mask
index 3deeb219666e..5a3b36bcfd7c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,10 @@
#--- END OF EXAMPLES ---
+# Andreas Sturmlechner <asturm@gentoo.org> (2024-05-14)
+# Breaks build of revdeps.
+~app-text/poppler-24.05.0
+
# Arthur Zamarin <arthurzam@gentoo.org> (2024-05-13)
# EAPI=6, fails to compile, archived upstream, uses deprecated go eclasses.
# Removal: 2024-06-12. Bugs #931879, #734186.
@@ -732,7 +736,7 @@ sec-keys/openpgp-keys-jiatan
~kde-misc/plasma-pass-1.2.2
~app-editors/kile-2.9.94
~dev-db/futuresql-0.1.1
-~dev-libs/appstream-1.0.2
+~dev-libs/appstream-1.0.3
~dev-libs/kdiagram-3.0.1
~dev-libs/kirigami-addons-1.2.0
~dev-libs/ktextaddons-1.5.4
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index a2bac7e18b8a..b9c258717f8d 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -1886,6 +1886,7 @@ dev-lang/php:xslt - Build the XSL extension
dev-lang/polyml:portable - Build the portable interpreter version of Poly/ML instead of native
dev-lang/python:bluetooth - Build Bluetooth protocol support in socket module
dev-lang/python:ensurepip - Install the ensurepip module that uses bundled wheels to bootstrap pip and setuptools (if disabled, it will be only possible to use venv `--without-pip`)
+dev-lang/python:gil - Build with Global Interpreter Lock. Disable to use the experimental freethreading mode.
dev-lang/python:jit - Enable experimental Just-In-Time compilation support.
dev-lang/python:libedit - Link readline extension against dev-libs/libedit instead of sys-libs/readline
dev-lang/python:pgo - Optimize the build using Profile Guided Optimization (PGO) by running Python's test suite and collecting statistics based on its performance. This will take longer to build.