commit: b3b7bc0241c343ea9cfc39cf5d42f31a57dbb995 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Fri Jan 11 14:14:52 2019 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Fri Jan 11 14:14:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b7bc02
profiles: Mask PHP 7.0 for removal End of life and has known security vulnerabilities Signed-off-by: Brian Evans <grknight <AT> gentoo.org> profiles/base/use.mask | 4 ++++ profiles/package.mask | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 08b939ae0f6..b814ac9064a 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 <[email protected]> (11 Jan 2019) +# Mask PHP 7.0 target as EOL +php_targets_php7-0 + # Matt Turner <[email protected]> (11 Nov 2018) # d3d9 only works on amd64/x86. d3d9 diff --git a/profiles/package.mask b/profiles/package.mask index c14edb1a057..ae70339361e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,12 @@ #--- END OF EXAMPLES --- +# Brian Evans <[email protected]> (11 Jan 2019) +# Mask PHP 7.0 for removal; EOL and known security issues +# Removal in 30 days +dev-lang/php:7.0 +virtual/httpd-php:7.0 + # Mikle Kolyada <[email protected]> (10 Jan 2019) # Masked due to QA violation (bug #672054) sci-electronics/librepcb
