commit: e3c19aa07c006f1f556c6eb452a3c2287b68542b Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Mon Sep 30 22:45:06 2019 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Mon Sep 30 22:45:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c19aa0
profiles: Fix issues with PHP 5.6 mask Forgot virtual/httpd-php Wrong USE mask for nginx-unit Signed-off-by: Brian Evans <grknight <AT> gentoo.org> profiles/base/package.use.mask | 2 +- profiles/package.mask | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 1cb868f67d7..aa5d61f3eea 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -13,7 +13,7 @@ =dev-libs/xapian-bindings-1.2.25 php media-gfx/exact-image php sci-geosciences/mapserver php -www-servers/nginx-unit php56 +www-servers/nginx-unit php5-6 # Michał Górny <[email protected]> (2019-09-28) # media-fonts/hkscs-ming is slated for removal. diff --git a/profiles/package.mask b/profiles/package.mask index 7c3b8de4338..b8550222923 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,7 @@ # End of life. Please upgrade. # Removal in 90 days. Bug 651784 dev-lang/php:5.6 +virtual/httpd-php:5.6 # Brian Evans <[email protected]> (2019-10-01) # Requires end of life PHP 5.6. Please upgrade.
