commit: 0915c52d4fbcf365a3e4959f3f4f6882ac71d83d Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Thu Mar 3 19:06:29 2022 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Thu Mar 3 19:09:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0915c52d
profiles: Mask PHP 7.3 as end of life Bug: https://bugs.gentoo.org/831740 Signed-off-by: Brian Evans <grknight <AT> gentoo.org> profiles/base/use.mask | 6 ++++++ profiles/package.mask | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index c781a10f9857..5d4333cb0d6f 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Brian Evans <[email protected]> (2022-01-21) +# PHP 7.3 is end-of-life +# Please upgrade to a newer slot +php_targets_php7-3 +php7-3 + # Sam James <[email protected]> (2022-01-12) # PCH has proven itself to be unreliable and lead to spurious build # failures. Masking so users aren't exposed to such failures without opting-in. diff --git a/profiles/package.mask b/profiles/package.mask index 225b89d8247d..46818fb06f57 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,15 @@ #--- END OF EXAMPLES --- +# Brian Evans <[email protected]> (2022-03-03) +# PHP 7.3 is end-of-life +# Please upgrade to a newer slot +# Guide at https://www.php.net/manual/en/migration74.incompatible.php +# Removal in 30 days +dev-lang/php:7.3 +virtual/httpd-php:7.3 +<www-apps/icingaweb2-module-director-1.8.1 + # Andreas Sturmlechner <[email protected]> (2022-03-01) # Dead upstream, blocks cleanup of dependencies. # Bug #773175. Removal on 2022-03-31.
