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/, profiles/desc/
Date: Sun, 26 Sep 2021 00:27:51
Message-Id: 1632616062.59691edb2a8d92b10d3547ba64ff366cd6c839de.grknight@gentoo
1 commit: 59691edb2a8d92b10d3547ba64ff366cd6c839de
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 23:49:23 2021 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 00:27:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59691edb
7
8 profiles: Prepare for PHP 8.1 RC
9
10 Mask incoming new slot
11
12 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
13
14 profiles/base/use.mask | 4 ++++
15 profiles/desc/php_targets.desc | 3 ++-
16 profiles/package.mask | 5 +++++
17 3 files changed, 11 insertions(+), 1 deletion(-)
18
19 diff --git a/profiles/base/use.mask b/profiles/base/use.mask
20 index d5ff47743a6..b08b6b8e610 100644
21 --- a/profiles/base/use.mask
22 +++ b/profiles/base/use.mask
23 @@ -4,6 +4,10 @@
24 # This file is only for generic masks. For arch-specific masks (i.e.
25 # mask everywhere, unmask on arch/*) use arch/base.
26
27 +# Brian Evans <grknight@g.o> (2021-09-26)
28 +# Mask 8.1 as it is RC
29 +php_targets_php8-1
30 +
31 # Hans de Graaff <graaff@g.o> (2021-07-09)
32 # Mask Ruby 2.5 as EOL
33 ruby_targets_ruby25
34
35 diff --git a/profiles/desc/php_targets.desc b/profiles/desc/php_targets.desc
36 index b63c5d69d88..76a65f23514 100644
37 --- a/profiles/desc/php_targets.desc
38 +++ b/profiles/desc/php_targets.desc
39 @@ -1,8 +1,9 @@
40 -# Copyright 1999-2019 Gentoo Authors
41 +# Copyright 1999-2021 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 # This file contains descriptions of the PHP_TARGETS USE_EXPAND flags
45
46 +php8-1 - Build against PHP 8.1
47 php8-0 - Build against PHP 8.0
48 php7-4 - Build against PHP 7.4
49 php7-3 - Build against PHP 7.3
50
51 diff --git a/profiles/package.mask b/profiles/package.mask
52 index e9db3c61625..7b12bdb602b 100644
53 --- a/profiles/package.mask
54 +++ b/profiles/package.mask
55 @@ -33,6 +33,11 @@
56
57 #--- END OF EXAMPLES ---
58
59 +# Brian Evans <grknight@g.o> (2021-09-26)
60 +# Mask for 8.1 RC
61 +dev-lang/php:8.1
62 +virtual/httpd-php:8.1
63 +
64 # Jakov Smolić <jsmolic@g.o> (2021-09-25)
65 # Upstream renamed the Theano project and continued as dev-python/aesara.
66 # No reverse dependencies.