Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
Date: Mon, 30 Sep 2019 22:45:53
Message-Id: 1569883506.e3c19aa07c006f1f556c6eb452a3c2287b68542b.grknight@gentoo
1 commit: e3c19aa07c006f1f556c6eb452a3c2287b68542b
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 30 22:45:06 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 30 22:45:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c19aa0
7
8 profiles: Fix issues with PHP 5.6 mask
9
10 Forgot virtual/httpd-php
11 Wrong USE mask for nginx-unit
12
13 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
14
15 profiles/base/package.use.mask | 2 +-
16 profiles/package.mask | 1 +
17 2 files changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
20 index 1cb868f67d7..aa5d61f3eea 100644
21 --- a/profiles/base/package.use.mask
22 +++ b/profiles/base/package.use.mask
23 @@ -13,7 +13,7 @@
24 =dev-libs/xapian-bindings-1.2.25 php
25 media-gfx/exact-image php
26 sci-geosciences/mapserver php
27 -www-servers/nginx-unit php56
28 +www-servers/nginx-unit php5-6
29
30 # Michał Górny <mgorny@g.o> (2019-09-28)
31 # media-fonts/hkscs-ming is slated for removal.
32
33 diff --git a/profiles/package.mask b/profiles/package.mask
34 index 7c3b8de4338..b8550222923 100644
35 --- a/profiles/package.mask
36 +++ b/profiles/package.mask
37 @@ -33,6 +33,7 @@
38 # End of life. Please upgrade.
39 # Removal in 90 days. Bug 651784
40 dev-lang/php:5.6
41 +virtual/httpd-php:5.6
42
43 # Brian Evans <grknight@g.o> (2019-10-01)
44 # Requires end of life PHP 5.6. Please upgrade.