summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-07-11 12:25:19 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-07-11 12:25:19 +0100
commit496ef6155c315ac3628b472dc9b4146fa2684286 (patch)
treea0201d7a6c3a6e30410307544281465381970f4b /profiles
parente810ac4a0e6af9f763f4433863042b34609075a7 (diff)
gentoo auto-resync : 11:07:2024 - 12:25:19
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin238153 -> 238160 bytes
-rw-r--r--profiles/arch/x86/package.use.mask5
-rw-r--r--profiles/features/wd40/package.use.mask2
-rw-r--r--profiles/updates/3Q-20202
-rw-r--r--profiles/use.local.desc3
5 files changed, 11 insertions, 1 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index d2bb7c763eec..fa0d2507f6f3 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 16f7b6e53826..04587b6bc9db 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,11 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Michael Orlitzky <mjo@gentoo.org> (2024-07-09)
+# The opcache extension fails to build on hardened x86, but only
+# if the JIT is enabled. Bug 930145.
+dev-lang/php opcache-jit
+
# Arthur Zamarin <arthurzam@gentoo.org> (2024-07-04)
# app-office/lyx is unavailable on x86
dev-tex/abntex lyx
diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask
index b253ee7d0daa..4848ad8b6b79 100644
--- a/profiles/features/wd40/package.use.mask
+++ b/profiles/features/wd40/package.use.mask
@@ -196,7 +196,9 @@ dev-vcs/mercurial rust
# Joonas Niilola <juippis@gentoo.org> (2020-10-02)
# Sam James <sam@gentoo.org> (2021-03-11)
+# Michael Orlitzky <mjo@gentoo.org> (2024-07-09)
# Dependency only keyworded on specific ${arch} profiles.
+>=dev-lang/php-8.3.9 avif
dev-libs/efl avif
kde-frameworks/kimageformats avif
media-libs/gd avif
diff --git a/profiles/updates/3Q-2020 b/profiles/updates/3Q-2020
index 3f451f53e7f7..3e54e401cfa6 100644
--- a/profiles/updates/3Q-2020
+++ b/profiles/updates/3Q-2020
@@ -10,5 +10,5 @@ slotmove <media-sound/teamspeak-client-5 0 3
slotmove dev-haskell/network 3 0
move sci-libs/scipy dev-python/scipy
move dev-perl/frontier-rpc dev-perl/Frontier-RPC
-move sci-libs/Rtree sci-libs/rtree
+move sci-libs/Rtree dev-python/rtree
move sci-libs/Shapely dev-python/shapely
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index f39fb84bb464..550df359b967 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -544,6 +544,7 @@ app-emulation/dosemu:fluidsynth - use media-sound/fluidsynth for MIDI emulation
app-emulation/dxvk:crossdev-mingw - Use sys-devel/crossdev for the toolchain rather than dev-util/mingw64-toolchain (requires manual setting up)
app-emulation/dxvk:d3d10 - Enable support for DirectX 10 (d3d10.dll)
app-emulation/dxvk:d3d11 - Enable support for DirectX 11 (d3d11.dll)
+app-emulation/dxvk:d3d8 - Enable support for DirectX 8 (d3d8.dll)
app-emulation/dxvk:d3d9 - Enable support for DirectX 9 (d3d9.dll)
app-emulation/dxvk:dxgi - Enable support for the DirectX Graphics Infrastructure (dxgi.dll)
app-emulation/faudio:dumpvoices - FAudio dumps buffer data to individual files with RIFF/XWMA headers, usable with players like ffplay/testxwma.
@@ -1869,6 +1870,7 @@ dev-lang/php:jit - Enable PCRE JIT support
dev-lang/php:ldap-sasl - Add SASL support for the PHP LDAP extension using dev-libs/cyrus-sasl
dev-lang/php:lmdb - Enable support for dev-db/lmdb db backend
dev-lang/php:opcache - Enables built-in opcode cache, replacing pecl-apc et al.
+dev-lang/php:opcache-jit - Enable Just In Time (JIT) compilation within the opcache extension
dev-lang/php:pcntl - Enable the Process Control extension
dev-lang/php:pdo - Enable the PHP Data Objects extension
dev-lang/php:phar - Enables the phar extension to provide phar archive support
@@ -2490,6 +2492,7 @@ dev-python/mkdocs-material:social - Install the dependencies of the "social" plu
dev-python/msgpack:native-extensions - Compiles native "C" extensions (speedups, instead of using python fallback code).
dev-python/multidict:native-extensions - Compile native C extensions (speedups, instead of using Python fallback code).
dev-python/mypy:native-extensions - Compiles native C extensions (speedups, instead of using Python fallback code).
+dev-python/netcdf4:blosc - Allow using blosc compression via dev-libs/c-blosc
dev-python/pandas:full-support - Pull all packages to give pandas full support
dev-python/paramiko:server - Enable server feature
dev-python/peewee:native-extensions - Compiles native C extension for more complete SQLite3 support.