summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin186243 -> 186234 bytes
-rw-r--r--profiles/base/package.use.mask6
-rw-r--r--profiles/base/use.stable.mask4
-rw-r--r--profiles/desc/php_targets.desc2
-rw-r--r--profiles/use.local.desc1
5 files changed, 6 insertions, 7 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index 27d95013eb25..48d19c8d03f3 100644
--- a/profiles/Manifest.gz
+++ b/profiles/Manifest.gz
Binary files differ
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 1c2c168346d0..6b3c3bc69322 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -95,10 +95,6 @@ dev-libs/redland-bindings php
media-gfx/exact-image php
sci-geosciences/mapserver php
-# Michael Orlitzky <mjo@gentoo.org> (2023-08-11)
-# php-7.x is End-of-Life (EOL) and masked.
-www-servers/nginx-unit php7-4
-
# Alexey Sokolov <alexey+gentoo@asokolov.org> (2023-08-14)
# OpenMW is only playtested with LuaJIT, and in fact unit tests fail with Lua-5.
# Therefore apply mask/force to override the profile's defaults, and invert on
@@ -561,9 +557,7 @@ dev-php/PEAR-Text_Password test
dev-php/PEAR-Text_Wiki test
dev-php/PEAR-Text_Wiki_Mediawiki test
dev-php/PEAR-XML_RSS test
-dev-php/PHP_CodeCoverage test
dev-php/PHP_CodeSniffer test
-dev-php/PHP_TokenStream test
dev-php/awl test
dev-php/fedora-autoloader test
dev-php/json-schema test
diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
index f17e9ca90445..c1f02db77e64 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/use.stable.mask
@@ -4,6 +4,10 @@
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask
+# Michael Orlitzky <mjo@gentoo.org> (2023-12-05)
+# New unstable PHP slot.
+php_targets_php8-3
+
# Michał Górny <mgorny@gentoo.org> (2023-11-10)
# Not stable yet.
postgres_targets_postgres16
diff --git a/profiles/desc/php_targets.desc b/profiles/desc/php_targets.desc
index 8aecd8c74e02..0f6c40acfa5f 100644
--- a/profiles/desc/php_targets.desc
+++ b/profiles/desc/php_targets.desc
@@ -3,7 +3,7 @@
# This file contains descriptions of the PHP_TARGETS USE_EXPAND flags
+php8-3 - Build against PHP 8.3
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/use.local.desc b/profiles/use.local.desc
index 13306f2d4c44..63a44347b64a 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -1776,6 +1776,7 @@ dev-lang/perl:quadmath - Enable 128bit floating point arithmetic via libquadmath
dev-lang/php:apparmor - Support FPM application confinement through sys-libs/libapparmor
dev-lang/php:argon2 - Enable password hashing algorithm from app-crypt/argon2
dev-lang/php:bcmath - Enable the BCMath Arbitrary Precision Mathematics extension
+dev-lang/php:capstone - Support opcache JIT disassembly through dev-libs/capstone
dev-lang/php:cli - Enable the Command-Line Interface (CLI) SAPI
dev-lang/php:coverage - Include gcov symbols for test coverage and lcov reports. Only useful for extension developers, and requires GCC.
dev-lang/php:ctype - Enable the Character type checking (ctype) extension