From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE43D1581D3 for ; Sat, 1 Jun 2024 12:42:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 086E72BC013; Sat, 1 Jun 2024 12:42:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA29E2BC013 for ; Sat, 1 Jun 2024 12:42:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1176C33E3A9 for ; Sat, 1 Jun 2024 12:42:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DCFB1BFA for ; Sat, 1 Jun 2024 12:42:00 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1717245713.52bed2676755bd367ded48a020d19b763d5ba0ac.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/make.defaults X-VCS-Directories: profiles/base/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 52bed2676755bd367ded48a020d19b763d5ba0ac X-VCS-Branch: master Date: Sat, 1 Jun 2024 12:42:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 01dd6f12-8545-4bc2-80c6-4963dc856fd1 X-Archives-Hash: 4e5df6e9ccd654622d9f83f0f76fa2f3 commit: 52bed2676755bd367ded48a020d19b763d5ba0ac Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri May 31 13:36:35 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Jun 1 12:41:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52bed267 profiles/base: make.defaults: switch PHP_TARGETS to php8-2 Closes: https://github.com/gentoo/gentoo/pull/36919 Closes: https://bugs.gentoo.org/918893 Signed-off-by: Michael Orlitzky gentoo.org> Signed-off-by: Michael Mair-Keimberger levelnine.at> profiles/base/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 7d731fd07cf1..9e2150f9a539 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -164,7 +164,7 @@ POSTGRES_TARGETS="postgres15" # Moreover, it should only contain targets that have a stable version # of PHP, to avoid pulling in an unstable PHP on stable systems. # -PHP_TARGETS="php8-1" +PHP_TARGETS="php8-2" # Alfredo Tupone (2024-03-15) #