diff options
author | Brian Evans <grknight@gentoo.org> | 2022-01-21 10:22:20 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-01-21 10:22:20 -0500 |
commit | 28a229d6bc7830b88737cfefad0df107c9defedf (patch) | |
tree | 16103aa53f565a63a663846cefa4ae2f55e5b9b1 /profiles/base | |
parent | dev-lang/php: Backport GCC 11 rpath patch to 7.4.27 in revbump (diff) | |
download | gentoo-28a229d6bc7830b88737cfefad0df107c9defedf.tar.gz gentoo-28a229d6bc7830b88737cfefad0df107c9defedf.tar.bz2 gentoo-28a229d6bc7830b88737cfefad0df107c9defedf.zip |
profiles: Mask PHP 7.3 as end of life
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'profiles/base')
-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 c6a22bb1577f..310eda17d4da 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. |