diff options
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/base/use.mask | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 5fda0fc8ecb1..90c42ef62771 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # 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> (2019-12-19) +# PHP 7.1 is end of life and has security issues Bug 703326 +# Associated packages are not ready for new versions tracked in bug 702110 +dev-libs/ossp-uuid php + # Michał Górny <mgorny@gentoo.org> (2019-12-16) # Requires old x11-libs/fox:1.6 slot. dev-games/openscenegraph fox diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 2181e5f8302b..aeae877243cf 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 <grknight@gentoo.org> (2019-12-19) +# PHP 7.1 is end of life and has security issues Bug 703326 +php_targets_php7-1 + # Brian Evans <grknight@gentoo.org> (2019-10-01) # Mask PHP 5.6 target for EOL php_targets_php5-6 |