diff options
author | Brian Evans <grknight@gentoo.org> | 2022-03-03 14:06:29 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-03-03 14:09:40 -0500 |
commit | 0915c52d4fbcf365a3e4959f3f4f6882ac71d83d (patch) | |
tree | 69af3ec1eb79c2e632951c79ad33f8d910557fcf /profiles/base/use.mask | |
parent | dev-python/pillow: stable 9.0.1 for sparc, bug #833368 (diff) | |
download | gentoo-0915c52d4fbcf365a3e4959f3f4f6882ac71d83d.tar.gz gentoo-0915c52d4fbcf365a3e4959f3f4f6882ac71d83d.tar.bz2 gentoo-0915c52d4fbcf365a3e4959f3f4f6882ac71d83d.zip |
profiles: Mask PHP 7.3 as end of life
Bug: https://bugs.gentoo.org/831740
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'profiles/base/use.mask')
-rw-r--r-- | profiles/base/use.mask | 6 |
1 files changed, 6 insertions, 0 deletions
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 <grknight@gentoo.org> (2022-01-21) +# PHP 7.3 is end-of-life +# Please upgrade to a newer slot +php_targets_php7-3 +php7-3 + # Sam James <sam@gentoo.org> (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. |