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: Thu, 03 Mar 2022 19:09:51
Message-Id: 1646334580.0915c52d4fbcf365a3e4959f3f4f6882ac71d83d.grknight@gentoo
1 commit: 0915c52d4fbcf365a3e4959f3f4f6882ac71d83d
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 3 19:06:29 2022 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 3 19:09:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0915c52d
7
8 profiles: Mask PHP 7.3 as end of life
9
10 Bug: https://bugs.gentoo.org/831740
11 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
12
13 profiles/base/use.mask | 6 ++++++
14 profiles/package.mask | 9 +++++++++
15 2 files changed, 15 insertions(+)
16
17 diff --git a/profiles/base/use.mask b/profiles/base/use.mask
18 index c781a10f9857..5d4333cb0d6f 100644
19 --- a/profiles/base/use.mask
20 +++ b/profiles/base/use.mask
21 @@ -4,6 +4,12 @@
22 # This file is only for generic masks. For arch-specific masks (i.e.
23 # mask everywhere, unmask on arch/*) use arch/base.
24
25 +# Brian Evans <grknight@g.o> (2022-01-21)
26 +# PHP 7.3 is end-of-life
27 +# Please upgrade to a newer slot
28 +php_targets_php7-3
29 +php7-3
30 +
31 # Sam James <sam@g.o> (2022-01-12)
32 # PCH has proven itself to be unreliable and lead to spurious build
33 # failures. Masking so users aren't exposed to such failures without opting-in.
34
35 diff --git a/profiles/package.mask b/profiles/package.mask
36 index 225b89d8247d..46818fb06f57 100644
37 --- a/profiles/package.mask
38 +++ b/profiles/package.mask
39 @@ -33,6 +33,15 @@
40
41 #--- END OF EXAMPLES ---
42
43 +# Brian Evans <grknight@g.o> (2022-03-03)
44 +# PHP 7.3 is end-of-life
45 +# Please upgrade to a newer slot
46 +# Guide at https://www.php.net/manual/en/migration74.incompatible.php
47 +# Removal in 30 days
48 +dev-lang/php:7.3
49 +virtual/httpd-php:7.3
50 +<www-apps/icingaweb2-module-director-1.8.1
51 +
52 # Andreas Sturmlechner <asturm@g.o> (2022-03-01)
53 # Dead upstream, blocks cleanup of dependencies.
54 # Bug #773175. Removal on 2022-03-31.