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/base/, profiles/
Date: Fri, 21 Jan 2022 15:23:54
Message-Id: 1642778540.28a229d6bc7830b88737cfefad0df107c9defedf.grknight@gentoo
1 commit: 28a229d6bc7830b88737cfefad0df107c9defedf
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 21 15:22:20 2022 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 15:22:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a229d6
7
8 profiles: Mask PHP 7.3 as end of life
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 profiles/base/use.mask | 6 ++++++
13 profiles/package.mask | 8 ++++++++
14 2 files changed, 14 insertions(+)
15
16 diff --git a/profiles/base/use.mask b/profiles/base/use.mask
17 index c6a22bb1577f..310eda17d4da 100644
18 --- a/profiles/base/use.mask
19 +++ b/profiles/base/use.mask
20 @@ -4,6 +4,12 @@
21 # This file is only for generic masks. For arch-specific masks (i.e.
22 # mask everywhere, unmask on arch/*) use arch/base.
23
24 +# Brian Evans <grknight@g.o> (2022-01-21)
25 +# PHP 7.3 is end-of-life
26 +# Please upgrade to a newer slot
27 +php_targets_php7-3
28 +php7-3
29 +
30 # Sam James <sam@g.o> (2022-01-12)
31 # PCH has proven itself to be unreliable and lead to spurious build
32 # failures. Masking so users aren't exposed to such failures without opting-in.
33
34 diff --git a/profiles/package.mask b/profiles/package.mask
35 index a1ffe7417880..3dae18e0f9e8 100644
36 --- a/profiles/package.mask
37 +++ b/profiles/package.mask
38 @@ -33,6 +33,14 @@
39
40 #--- END OF EXAMPLES ---
41
42 +# Brian Evans <grknight@g.o> (2022-01-21)
43 +# PHP 7.3 is end-of-life
44 +# Please upgrade to a newer slot
45 +# Guide at https://www.php.net/manual/en/migration74.incompatible.php
46 +# Removal in 30 days
47 +dev-lang/php:7.3
48 +virtual/httpd-php:7.3
49 +
50 # Volkmar W. Pogatzki <gentoo@××××××××.net> (2022-01-17)
51 # Java-packages with no consumers and depending on virtual/{jdk,jre}-1.6
52 # Removal in 30 days.