From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 45F011584AD for ; Tue, 29 Apr 2025 01:34:52 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 25EFE342FDD for ; Tue, 29 Apr 2025 01:34:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 18D991102BE; Tue, 29 Apr 2025 01:34:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 125041102BE for ; Tue, 29 Apr 2025 01:34:51 +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 B3991342FDE for ; Tue, 29 Apr 2025 01:34:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4BB3C3A for ; Tue, 29 Apr 2025 01:34:48 +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: <1745890428.7642c0c58b4d16e6897bacee090680fe19b03331.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/use.stable.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 7642c0c58b4d16e6897bacee090680fe19b03331 X-VCS-Branch: master Date: Tue, 29 Apr 2025 01:34:48 +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: 9c536ffd-a60c-4443-b9ca-fb352be96215 X-Archives-Hash: 3e52afd4060ede79c4fddc4f5fc45307 commit: 7642c0c58b4d16e6897bacee090680fe19b03331 Author: Michael Orlitzky gentoo org> AuthorDate: Tue Apr 29 01:31:32 2025 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Apr 29 01:33:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7642c0c5 profiles/base: mask php_targets_php8-4 for stable ebuilds This allows us to stabilize packages that support php8-4 before stabilizing php-8.4.x itself. Signed-off-by: Michael Orlitzky gentoo.org> profiles/base/use.stable.mask | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index a20d2f136b8d..5020f536de78 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -24,5 +24,6 @@ python_targets_pypy3_11 python_single_target_pypy3_11 # Michael Orlitzky (2023-12-05) -# New unstable PHP slot. +# New unstable PHP slots. php_targets_php8-3 +php_targets_php8-4