commit: 3a9820df7b93180dc2a93ea6e78b00f699c42d34 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Thu Jan 7 16:56:06 2021 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Thu Jan 7 16:58:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a9820df
Revert "profiles: Mask dev-lang/php in slot 7.2" Need to stable new versions of 3 packages (and deps) first This reverts commit 1c3f547fcec0f1dd2a7e0d2e0e93f13e24ae0612. Signed-off-by: Brian Evans <grknight <AT> gentoo.org> profiles/base/use.mask | 4 ---- profiles/package.mask | 6 ------ 2 files changed, 10 deletions(-) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 886afcc18ec..827877fa309 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,10 +4,6 @@ # 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]> (2021-01-07) -# PHP 7.2 is security vulnerable and end-of-life -# Please upgrade to a newer slot -php_targets_php7-2 # Michał Górny <[email protected]> (2021-01-01) # The support for python3.6 target in Gentoo is discontinued. diff --git a/profiles/package.mask b/profiles/package.mask index 024f3948deb..6cffbe6797c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,12 +32,6 @@ #--- END OF EXAMPLES --- -# Brian Evans <[email protected]> (2021-01-07) -# PHP 7.2 is security vulnerable and end-of-life -# Please upgrade to a newer slot -dev-lang/php:7.2 -virtual/httpd-php:7.2 - # Andreas Sturmlechner <[email protected]> (2021-01-06) # Post-consolekit cleanup, dead upstream since 2016. # https://s3hh.wordpress.com/2016/06/18/whither-cgmanager/
