summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-01 01:09:37 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-01 01:09:37 +0100
commit290844d409ace33d948956aec3c542ea6f4a7b13 (patch)
treea1849e2730c9848c11d12aa322070e4e87edb729 /profiles
parent31459e63971ac3b08706bba949851d93c45043c3 (diff)
gentoo auto-resync : 01:10:2022 - 01:09:37
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin147144 -> 147155 bytes
-rw-r--r--profiles/base/use.mask4
-rw-r--r--profiles/desc/php_targets.desc1
-rw-r--r--profiles/package.mask12
-rw-r--r--profiles/use.local.desc4
5 files changed, 21 insertions, 0 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index 9c5274cd1c88..6e7c781707a3 100644
--- a/profiles/Manifest.gz
+++ b/profiles/Manifest.gz
Binary files differ
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 95771e8b8e49..7f933c6c7e3e 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Brian Evans <grknight@gentoo.org> (2022-09-30)
+# PHP 8.2 is in RC
+php_targets_php8-2
+
# Sam James <sam@gentoo.org> (2022-08-02)
# Masked for testing. The split of some packages may still
# change. bug #838970.
diff --git a/profiles/desc/php_targets.desc b/profiles/desc/php_targets.desc
index 301a3e58a8ff..78c3a07424c3 100644
--- a/profiles/desc/php_targets.desc
+++ b/profiles/desc/php_targets.desc
@@ -3,6 +3,7 @@
# This file contains descriptions of the PHP_TARGETS USE_EXPAND flags
+php8-2 - Build against PHP 8.2
php8-1 - Build against PHP 8.1
php8-0 - Build against PHP 8.0
php7-4 - Build against PHP 7.4
diff --git a/profiles/package.mask b/profiles/package.mask
index fd906c68a295..a43a63bd6bd9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
#--- END OF EXAMPLES ---
+# Brian Evans <grknight@gentoo.org> (2022-09-30)
+# Mask RC versions for initial testing
+<dev-lang/php-8.2.0:8.2
+virtual/httpd-php:8.2
+
# Michał Górny <mgorny@gentoo.org> (2022-09-29)
# Unfetchable mirror-restricted distfile. No action from maintainer
# in over a year.
@@ -384,14 +389,21 @@ sys-devel/automake:1.11
# New major parallel-installable release which needs special care to not
# end up loaded into the same process together with the earlier libsoup ABI.
# Migration to it is expected for GNOME 42, NOT to be unmasked with GNOME 41.
+>=dev-libs/libgweather-4.2.0
>=dev-util/devhelp-43
+>=gnome-base/gnome-desktop-43
+>=gnome-base/nautilus-43
+>=gnome-extra/evolution-data-server-3.46
+>=gnome-extra/evolution-ews-3.46
>=gnome-extra/gnome-calculator-43
+>=mail-client/evolution-3.46
media-libs/libshumate
net-libs/libsoup:3.0
net-libs/rest:1.0
net-libs/uhttpmock:1.0
net-libs/webkit-gtk:4.1
sci-geosciences/geocode-glib:2
+>=sci-geosciences/gnome-maps-43
# Thomas Deutschmann <whissi@gentoo.org> (2021-09-07)
# Masked while being tested and reverse deps aren't fully compatible
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 915c6cbaa844..193003b70e65 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -1247,6 +1247,7 @@ dev-cpp/libjson-rpc-cpp:http-server - Build support for HTTP server using net-li
dev-cpp/libjson-rpc-cpp:redis-client - Build support for Redis client using dev-libs/hiredis
dev-cpp/libjson-rpc-cpp:redis-server - Build support for Redis server using dev-libs/hiredis
dev-cpp/libjson-rpc-cpp:stubgen - Build header stub code generator (needed for development and when pregenerated headers are not bundled)
+dev-cpp/muParser:wchar - Add support for wide character (wchar_t)
dev-cpp/opentelemetry-cpp:jaeger - Include the jaeger exporter
dev-cpp/opentelemetry-cpp:prometheus - include the Prometheus Client in the SDK
dev-cpp/sdbus-c++:systemd - Use external libsystemd instead of statically-linked build
@@ -8211,6 +8212,9 @@ sys-devel/clang:default-compiler-rt - Use compiler-rt instead of libgcc as the d
sys-devel/clang:default-libcxx - Use libc++ instead of libstdc++ as the default stdlib for clang
sys-devel/clang:default-lld - Use lld as the default linker for clang
sys-devel/clang:static-analyzer - Install the Clang static analyzer
+sys-devel/clang-common:default-compiler-rt - Use compiler-rt + libunwind instead of libgcc as the default rtlib for clang
+sys-devel/clang-common:default-libcxx - Use libc++ instead of libstdc++ as the default stdlib for clang
+sys-devel/clang-common:default-lld - Use lld as the default linker for clang
sys-devel/clang-runtime:compiler-rt - Install sys-libs/compiler-rt for -rtlib=compiler-rt
sys-devel/clang-runtime:libcxx - Install sys-libs/libcxx for -stdlib=libc++
sys-devel/clang-runtime:openmp - Install sys-libs/libomp for -fopenmp support