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/
Date: Fri, 21 Jan 2022 15:23:54
Message-Id: 1642778592.aab524af88d4ac4ca8e8a6c97c939f5b80d443f4.grknight@gentoo
1 commit: aab524af88d4ac4ca8e8a6c97c939f5b80d443f4
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 21 15:23:12 2022 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 15:23:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab524af
7
8 profiles: Bump default PHP targets
9
10 Remove 7.3
11 Add 8.0
12
13 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
14
15 profiles/base/make.defaults | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
19 index 8b1a489be4ad..7c4cc85f1cbc 100644
20 --- a/profiles/base/make.defaults
21 +++ b/profiles/base/make.defaults
22 @@ -166,7 +166,7 @@ POSTGRES_TARGETS="postgres12 postgres13"
23 # Moreover, it should only contain targets that have a stable version
24 # of PHP, to avoid pulling in an unstable PHP on stable systems.
25 #
26 -PHP_TARGETS="php7-3 php7-4"
27 +PHP_TARGETS="php7-4 php8-0"
28
29 # Alfredo Tupone <tupone@g.o> (2019-09-03)
30 #