commit: 0c3462e46c5297e346de3ca1001069fc8e1fb8d2 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Wed Dec 2 14:54:55 2015 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Wed Dec 2 14:54:55 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c3462e4
package.mask: Mask PHP 5.4 which is EOL with no further releases 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 ae48a6d..af98fa0 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Brian Evans <[email protected]> (2 Dec 2015) +# php 5.4 is end of life, masked for removal +php_targets_php5-4 + # Daniel Kuehn <[email protected]> (13 Nov 2015) # Masking sssd USE-flag globally and unmasking it on the tested arches # to stop minor arches from blocking major arches AND prevent the dropping diff --git a/profiles/package.mask b/profiles/package.mask index 16aea33..05b2ce4 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,12 @@ #--- END OF EXAMPLES --- +# Brian Evans <[email protected]> (02 Dec 2015) +# PHP 5.4 is End Of Life and will not receive any further updates +# Please migrate to 5.5 or, preferably 5.6. +dev-lang/php:5.4 +~virtual/httpd-php-5.4 + # Michael Sterrett <[email protected]> (01 Dec 2015) # No release since 2005; upstream is gone; doesn't build # on modern systems.
